upgrade jquery to 1.11.3

This commit is contained in:
Thomas Waldmann 2015-06-04 10:58:50 +02:00
parent 0bba7d30e5
commit 21c1a9dab7

View File

@ -17,7 +17,7 @@
<!-- note: keep jQuery and bootstrap js here,
stuff in the include / block right below might depend on it!
-->
<script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
{% include "includes/base_head.html" %}
{% block html_head %}{% endblock %}