summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2019-02-09 18:47:58 +0100
committerJelle van der Waa <jelle@archlinux.org>2019-02-18 16:42:51 +0100
commit3daade6aea2ae79703ffdfdaea0e14e5c58d6a72 (patch)
tree8b76d72e69bdd0699501c1cf8ce41d0e03023cfa
parent713519dc79cb6522be1299168b3efe4491499105 (diff)
news: remove archweb.js include
archweb.js supplies no functions required in the news add/edit/delete view.
-rw-r--r--templates/news/add.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/news/add.html b/templates/news/add.html
index 7efc7b72..bda36b6f 100644
--- a/templates/news/add.html
+++ b/templates/news/add.html
@@ -34,7 +34,6 @@
<div id="news-preview-data" class="article-content"></div>
</div>
{% load cdn %}{% jquery %}
-<script type="text/javascript" src="{% static "archweb.js" %}"></script>
<script type="text/javascript" nonce={{ CSP_NONCE }}>
$(document).ready(function() {
$('#news-preview-button').click(function(event) {