summaryrefslogtreecommitdiff
path: root/kosten/templates/js.jinja
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2021-10-13 00:53:17 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2021-10-13 00:53:17 +0200
commitd36f0e556019b786a991993604cc8e9c27782aab (patch)
treea7238f8ae27cb822fe4a40d0c079fb71bf48e628 /kosten/templates/js.jinja
parent817f23bed23ab9a52cff0271a58fdd381b36933d (diff)
downloadkosten-d36f0e556019b786a991993604cc8e9c27782aab.tar.gz
kosten-d36f0e556019b786a991993604cc8e9c27782aab.tar.bz2
kosten-d36f0e556019b786a991993604cc8e9c27782aab.zip
Revert "Remove jQuery-UI -- the datepicker is gone now..."
JQuery UI still needed for dialogs This reverts commit 59c25273c09f9414eabe41e399f6d0c931681ad9.
Diffstat (limited to 'kosten/templates/js.jinja')
-rw-r--r--kosten/templates/js.jinja1
1 files changed, 1 insertions, 0 deletions
diff --git a/kosten/templates/js.jinja b/kosten/templates/js.jinja
index 531c9e1..1590679 100644
--- a/kosten/templates/js.jinja
+++ b/kosten/templates/js.jinja
@@ -2,6 +2,7 @@
"kosten" : "js/kosten.js",
"highstock" : "js/lib/highstock-4.2.2.js",
"jquery" : "js/lib/jquery-1.11.2.min.js",
+ "jqueryui" : "jqueryui/jquery-ui.js"
}
%}