summaryrefslogtreecommitdiff
path: root/jthanio
diff options
context:
space:
mode:
authorJonathan DeMasi <jrdemasi@gmail.com>2020-03-08 16:22:44 -0600
committerJonathan DeMasi <jrdemasi@gmail.com>2020-03-08 16:22:44 -0600
commit7289562a6a5898648030b2e9ec277089bf92ef77 (patch)
treec32dd7a423f33aa8e51e051370d2273d5b46967e /jthanio
parent5c1c14513e3dcd896bbdbf98399d3900fad455cd (diff)
downloadjthanio-7289562a6a5898648030b2e9ec277089bf92ef77.tar
jthanio-7289562a6a5898648030b2e9ec277089bf92ef77.tar.gz
jthanio-7289562a6a5898648030b2e9ec277089bf92ef77.tar.bz2
jthanio-7289562a6a5898648030b2e9ec277089bf92ef77.tar.lz
jthanio-7289562a6a5898648030b2e9ec277089bf92ef77.tar.xz
jthanio-7289562a6a5898648030b2e9ec277089bf92ef77.tar.zst
jthanio-7289562a6a5898648030b2e9ec277089bf92ef77.zip
fix navbar collapse
Diffstat (limited to 'jthanio')
-rw-r--r--jthanio/templates/base.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/jthanio/templates/base.html b/jthanio/templates/base.html
index 0a8a7a9..8e3a4ed 100644
--- a/jthanio/templates/base.html
+++ b/jthanio/templates/base.html
@@ -44,8 +44,7 @@
</footer>
{# Global javascript #}
- <script type="text/javascript" src="{% static 'js/jthanio.js' %}"></script>
- <script type="text/javascript" src="{% static 'js/bootstrap.js' %}"></script>
<script type="text/javascript" src="{% static 'js/jquery-3.4.1.min.js' %}"></script>
+ <script type="text/javascript" src="{% static 'js/bootstrap.js' %}"></script>
</body>
</html>