summaryrefslogtreecommitdiff
path: root/jthanio/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'jthanio/templates/base.html')
-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>