Merge pull request #151 from algspd/master

Added jquery.min.js locally to avoid depending on internet connection on clients which may be locally and offline
master
Gina Häußge 2013-06-17 04:55:01 -07:00
commit 1af69c9790
2 changed files with 8 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -575,7 +575,8 @@
{% include 'settings.jinja2' %}
{% include 'dialogs.jinja2' %}
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.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/jquery/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.js') }}"></script>
<script type="text/javascript" src="{{ url_for('static', filename='js/knockout.js') }}"></script>