jquery bootstrapjs for dat sweet sweet burgermenu ;~;

master
d42 2018-09-26 19:25:57 +02:00
parent 8d26bac6f9
commit 812c883964
3 changed files with 11 additions and 0 deletions

7
static/js/bootstrap.min.js vendored Normal file

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

View File

@ -49,5 +49,7 @@
{% endblock %}
</div>
{% endblock %}
<script src="{% static 'js/jquery.min.js' %}"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script>
</body>
</html>