summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
authorMarian Sigler <m@qjym.de>2012-09-29 18:06:33 +0200
committerMarian Sigler <m@qjym.de>2012-09-29 18:06:33 +0200
commit4df259ad5530de1167e236e529f46ecd86c63273 (patch)
tree2ee1910b2390a00fb6095c1f63e2a28c87b4364c /templates/base.html
parent2f5998a079e2a4f882c1ea3c1a3ceebca404e3a8 (diff)
downloadweb-4df259ad5530de1167e236e529f46ecd86c63273.tar.gz
web-4df259ad5530de1167e236e529f46ecd86c63273.tar.bz2
web-4df259ad5530de1167e236e529f46ecd86c63273.zip
move settings JavaScript code to own js file to not have to load it everytime
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index d30fb4a..39b76aa 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -1,5 +1,5 @@
{%- set styles = ['layout.css', 'bootstrap-form.css'] + styles|default([]) %}
-{%- set scripts = ['jquery-1.8.2.min.js'] + scripts|default([]) %}
+{%- set scripts = ['script.js', 'jquery-1.8.2.min.js'] + scripts|default([]) %}
<!doctype html> <html>
<head>
<meta charset="utf-8" />