use jquery cdn

This commit is contained in:
Thomas Waldmann 2013-12-18 01:14:58 +01:00
parent f1fae4e28e
commit 201b930334

View File

@ -13,7 +13,7 @@
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet">
<link href="{% static 'css/nsupdate.css' %}" rel="stylesheet">
<link rel="icon" type="image/png" href="{% static 'favicon.png' %}" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="//code.jquery.com/jquery-1.10.2.min.js"></script>
{% include "includes/base_head.html" %}
{% block html_head %}{% endblock %}
</head>