src/hdalab/templates/categories.html
changeset 345 7bc38c7d6cf9
parent 293 b33caeba7faa
child 374 ad92df04d9ab
--- a/src/hdalab/templates/categories.html	Tue Sep 30 12:31:48 2014 +0200
+++ b/src/hdalab/templates/categories.html	Sat Nov 01 17:42:33 2014 +0100
@@ -14,7 +14,7 @@
 {{block.super}}
         <script src="{% static 'hdalab/lib/underscore-min.js' %}"></script>
         <script src="{% static 'hdalab/lib/mustache.js' %}"></script>
-        <script src="{% static 'hdalab/lib/jquery-ui-1.8.16.custom.min.js' %}"></script>
+        <script src="{% static 'hdalab/lib/jquery-ui-1.10.4.min.js' %}"></script>
         <script type="text/javascript">
         endpoints = {
             cat_search: "{% url 'cat_search' %}",