summaryrefslogtreecommitdiff
path: root/templates/layout.jinja
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2015-04-23 09:42:32 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2015-04-23 09:42:32 +0200
commit80a83df094645c2376d8bc1be5ce6859d5fe4203 (patch)
tree3b78b8e893dd46e9fbdf03330dec1a625f307997 /templates/layout.jinja
parenteb1886ce939e4268bf0aa43c0de85515cf2a6604 (diff)
downloadkosten-80a83df094645c2376d8bc1be5ce6859d5fe4203.tar.gz
kosten-80a83df094645c2376d8bc1be5ce6859d5fe4203.tar.bz2
kosten-80a83df094645c2376d8bc1be5ce6859d5fe4203.zip
Upgrade jquery
Diffstat (limited to '')
-rw-r--r--templates/layout.jinja2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layout.jinja b/templates/layout.jinja
index 5cb03b8..a79785f 100644
--- a/templates/layout.jinja
+++ b/templates/layout.jinja
@@ -69,7 +69,7 @@
</div>
{% if not g.is_mobile %}
{% block js %}
- <script type="text/javascript" src="{{ "js/jquery-1.10.2.js" | static_url }}"></script>
+ <script type="text/javascript" src="{{ "js/jquery-1.11.2.min.js" | static_url }}"></script>
<script type="text/javascript" src="{{ "js/kosten.js" | static_url }}"></script>
{% endblock %}
{% if JSFunction %}<script type="text/javascript">{{ JSFunction }}()</script> {% endif %}