Adding notify JS to alert if connexion to APIs is lost.

This commit is contained in:
nriault
2019-04-18 14:09:54 +02:00
parent 7434d7da6f
commit 0d8f112c9e
6 changed files with 41 additions and 10 deletions

View File

@ -468,6 +468,7 @@
<!-- Custom scripts for all pages-->
<script src="js/sb-admin-2.min.js"></script>
<script src="vendor/notify/notify.min.js"></script>
<script src="js/timelaps.js"></script>
<!-- Page level plugins -->
@ -477,9 +478,7 @@
<script>
$(document).ready(function () {
getKartsMenu();
});
</script>