upgrade to jquery 1.11.1 (cdn url)

This commit is contained in:
Thomas Waldmann 2014-08-28 11:24:23 +02:00
parent 5c919c266f
commit d1bf450f7f

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.10.2.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
{% include "includes/base_head.html" %} {% include "includes/base_head.html" %}
{% block html_head %}{% endblock %} {% block html_head %}{% endblock %}