summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jthanio/templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/jthanio/templates/base.html b/jthanio/templates/base.html
index 5afe73d..242ded6 100644
--- a/jthanio/templates/base.html
+++ b/jthanio/templates/base.html
@@ -43,7 +43,7 @@
</footer>
{# Global javascript #}
- <script type="text/javascript" src="{% static 'js/jquery-3.4.1.min.js' %}"></script>
- <script type="text/javascript" src="{% static 'js/bootstrap.js' %}"></script>
+ <script src="{% static 'js/jquery-3.4.1.min.js' %}"></script>
+ <script src="{% static 'js/bootstrap.js' %}"></script>
</body>
</html>