summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2021-10-26 01:02:27 +0300
committerPhilip Sargent <philip.sargent@gmail.com>2021-10-26 01:02:27 +0300
commitc774b14e04d3bf57c337a5b6a6f8d871e0160e80 (patch)
treea58281c0800a6f25c698b1c6d2d4c3a60ddb3fa9 /templates
parentb6bbec235c2f14f058b25ed82644f37013872ee3 (diff)
downloadtroggle-c774b14e04d3bf57c337a5b6a6f8d871e0160e80.tar.gz
troggle-c774b14e04d3bf57c337a5b6a6f8d871e0160e80.tar.bz2
troggle-c774b14e04d3bf57c337a5b6a6f8d871e0160e80.zip
remove unused JS code after checking it is redundant
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html1
-rw-r--r--templates/svxfile.html1
2 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index c82db6b..34a17c2 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -6,7 +6,6 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="{{ settings.MEDIA_URL }}css/trog3.css" title="troggle-style"/>
<title>{% block title %}Troggle{% endblock %}</title>
-<!-- <script src="{{ settings.JSLIB_URL }}jquery/jquery.min.js" type="text/javascript"></script> -->
{% block head %}{% endblock %}
</head>
diff --git a/templates/svxfile.html b/templates/svxfile.html
index 5725b29..76a27fa 100644
--- a/templates/svxfile.html
+++ b/templates/svxfile.html
@@ -4,6 +4,7 @@
{% block head %}
<script type="text/javascript" src="{{settings.MEDIA_URL }}js/base.js"></script>
+<!-- Should we wait until CodeMirror 6.0 is available https://codemirror.net/6/ -->
<!-- <script type="text/javascript" src="{{settings.JSLIB_URL}}jquery-form/jquery.form.min.js"></script> <!-- INVALID-->
<!-- <script type="text/javascript" src="{{settings.JSLIB_URL}}codemirror/codemirror.min.js"></script> <!-- INVALID-->