jQuery over SSL and GoogleCDN

Issue #127
master
Marlon Wünnemann 2013-05-16 16:43:09 +03:00
parent 0f546f0053
commit b61db6dc0f
1 changed files with 1 additions and 1 deletions

View File

@ -535,7 +535,7 @@
{% include 'settings.html' %}
{% include 'dialogs.html' %}
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
<script type="text/javascript" src="{{ url_for('static', filename='js/modernizr.custom.js') }}"></script>
<script type="text/javascript" src="{{ url_for('static', filename='js/underscore-min.js') }}"></script>
<script type="text/javascript" src="{{ url_for('static', filename='js/knockout-2.2.1.js') }}"></script>