diff options
Diffstat (limited to 'templates/devel/index.html')
-rw-r--r-- | templates/devel/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/devel/index.html b/templates/devel/index.html index d1bd4d2c..ad8ee0ee 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -291,8 +291,7 @@ </div>{# #dash-by-developer #} {% endcache %} -{% load cdn %}{% jquery %} -<script type="text/javascript" src="{% static "jquery.tablesorter.min.js" %}"></script> +{% load cdn %}{% jquery %}{% jquery_tablesorter %} <script type="text/javascript" src="{% static "archweb.js" %}"></script> <script type="text/javascript"> $(document).ready(function() { |