aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2012-11-13 20:10:34 -0500
committerGuillaume Horel <guillaume.horel@gmail.com>2012-11-13 20:10:34 -0500
commit449a1d6b372501e5609f0a465fa6ed8bde7f01b4 (patch)
treea9aa8dc9c4de7fa7b0aab584d5589dba114f2295 /templates
parent79b21d82aaad40e1f43ecbd293a0e0073fd134ae (diff)
downloadfamille-flask-449a1d6b372501e5609f0a465fa6ed8bde7f01b4.tar.gz
switch to the minified jquery
Diffstat (limited to 'templates')
-rw-r--r--templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layout.html b/templates/layout.html
index 1aa6173..27679da 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -33,7 +33,7 @@
</div>
{% endblock body %}
<script type="text/javascript"
- src="{{ url_for('static', filename='jquery.js')}}"></script>
+ src="{{ url_for('static', filename='jquery.min.js')}}"></script>
<script type="text/javascript"
src="{{ url_for('static', filename='famille.js')}}"></script>
<script type="text/javascript"