src/p4l/templates/p4l/home.html
changeset 166 0f99a7fff851
parent 161 216b3f9582aa
--- a/src/p4l/templates/p4l/home.html	Sat Apr 05 03:49:56 2014 +0200
+++ b/src/p4l/templates/p4l/home.html	Sat Apr 05 03:51:11 2014 +0200
@@ -6,7 +6,7 @@
 {% block page_title %}{% trans 'Record List' %} - {% trans 'Page' %} {{ page.number }}{% endblock %}
 
 {% block js_page %}
-<script type="text/javascript" src="{% static 'p4l/lib/jquery-1.9.1.js' %}"></script>
+<script type="text/javascript" src="{% static 'p4l/lib/jquery-1.11.0.min.js' %}"></script>
 <script type="text/javascript" src="{% static 'p4l/js/p4l_home.js' %}"></script>
 {% endblock %}