upgrade jQuery cdn link from 1.11.1 to 1.11.2

This commit is contained in:
Thomas Waldmann 2015-02-08 19:56:54 +01:00
parent a617d21d07
commit a8921abe67

View File

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