implemented travel join system, added notifications page and to navbar

This commit is contained in:
arnaucode
2017-10-22 12:20:10 +02:00
parent 644ad79712
commit 72f1f2e952
8 changed files with 255 additions and 4 deletions

View File

@@ -71,6 +71,7 @@
<script src="views/user/user.js"></script>
<script src="views/travel/travel.js"></script>
<script src="views/newTravel/newTravel.js"></script>
<script src="views/notifications/notifications.js"></script>
</body>
</html>