summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2019-04-17 20:09:33 +0200
committerJelle van der Waa <jelle@vdwaa.nl>2019-04-17 20:09:33 +0200
commite1f9936c2bbbaeccf7baaacbd5c9e8343a8d565f (patch)
tree3c47614c82be94dcbb1b1fcdc0e6883a404b71d4
parent28a72732e5a3adc1bfb3f8cd17f1a847a5cb990b (diff)
downloadarchweb-e1f9936c2bbbaeccf7baaacbd5c9e8343a8d565f.tar.gz
archweb-e1f9936c2bbbaeccf7baaacbd5c9e8343a8d565f.zip
visualize: remove archweb.js from being loaded
archweb.js is not used in the /visualize/ page and can be removed from being loaded. Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
-rw-r--r--templates/visualize/index.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/visualize/index.html b/templates/visualize/index.html
index 47a6b3f4..58d269dd 100644
--- a/templates/visualize/index.html
+++ b/templates/visualize/index.html
@@ -27,7 +27,6 @@
{% block script_block %}
{% load cdn %}{% jquery %}{% d3js %}
-<script type="text/javascript" src="{% static "archweb.js" %}"></script>
<script type="text/javascript" src="{% static "visualize.js" %}"></script>
<script type="text/javascript" nonce={{ CSP_NONCE }}>
$(document).ready(function() {