Add javascript to support menu
This commit is contained in:
parent
e436fbbf29
commit
f5021e0c21
3 changed files with 10 additions and 1 deletions
2
static/js/jquery.min.js
vendored
Normal file
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
5
static/js/popper.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue