summaryrefslogtreecommitdiff
path: root/templates/js.jinja
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2016-05-01 14:34:06 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2016-05-01 14:34:06 +0200
commitaab1e3bde3a457ca2b9ab143e492098f82c71016 (patch)
tree292237357d1e4d15c2a7482b47e23389ee7d4a10 /templates/js.jinja
parentd66ef2928b913b6eccb0ab05c95996dbea922773 (diff)
downloadkosten-aab1e3bde3a457ca2b9ab143e492098f82c71016.tar.gz
kosten-aab1e3bde3a457ca2b9ab143e492098f82c71016.tar.bz2
kosten-aab1e3bde3a457ca2b9ab143e492098f82c71016.zip
Moved third-party js to js/lib/
Diffstat (limited to '')
-rw-r--r--templates/js.jinja4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/js.jinja b/templates/js.jinja
index db26182..1590679 100644
--- a/templates/js.jinja
+++ b/templates/js.jinja
@@ -1,7 +1,7 @@
{% set js_lib = {
"kosten" : "js/kosten.js",
- "highstock" : "js/highstock-4.2.2.js",
- "jquery" : "js/jquery-1.11.2.min.js",
+ "highstock" : "js/lib/highstock-4.2.2.js",
+ "jquery" : "js/lib/jquery-1.11.2.min.js",
"jqueryui" : "jqueryui/jquery-ui.js"
}
%}