Add javascript to support menu

This commit is contained in:
Nico Schottelius 2020-04-25 21:41:56 +02:00
parent e436fbbf29
commit f5021e0c21
3 changed files with 10 additions and 1 deletions

2
static/js/jquery.min.js vendored Normal file

File diff suppressed because one or more lines are too long

5
static/js/popper.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -82,7 +82,9 @@
</div>
</footer>
<script src="{% static '/bootstrap/js/bootstrap.min.js' %}"</script>
<script src="{% static '/js/jquery.min.js' %}"></script>
<script src="{% static '/js/popper.min.js' %}"></script>
<script src="{% static '/bootstrap/js/bootstrap.min.js' %}"></script>
</body>
</html>