1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 22:05:09 +01:00

Fix for mobile navigation toggle

This commit is contained in:
2016-07-19 11:13:46 +02:00
parent 104b2d8a63
commit d1b5c720c2
2 changed files with 8 additions and 0 deletions

View File

@@ -55,6 +55,7 @@
<!-- Scripts -->
<script src="https://code.jquery.com/jquery-2.2.3.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.6/js/materialize.min.js"></script>
<script src="{{ url_for('static', filename='js/init.js') }}"></script>
</body>
</html>