summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-09-29 00:34:16 +0200
committerNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-09-29 00:34:16 +0200
commit6bb79f5a4a93c18024bdd7448c93f0babc1bc574 (patch)
treedbfdf18dbdd83816a3ebab689aa06cb3083e0966 /templates
parentd71bb47908e82160f2dce72ffb4c7ce203eddbf6 (diff)
downloadweb-6bb79f5a4a93c18024bdd7448c93f0babc1bc574.tar.gz
web-6bb79f5a4a93c18024bdd7448c93f0babc1bc574.tar.bz2
web-6bb79f5a4a93c18024bdd7448c93f0babc1bc574.zip
added jquery-1.8.2.min.js
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 5aaa9ff..df4658f 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -1,5 +1,5 @@
{%- set styles = ['layout.css', 'bootstrap-form.css'] + styles|default([]) %}
-{%- set scripts = [] + scripts|default([]) %}
+{%- set scripts = ['jquery-1.8.2.min.js'] + scripts|default([]) %}
<!doctype html>
<html>
<head>