From d36f0e556019b786a991993604cc8e9c27782aab Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Wed, 13 Oct 2021 00:53:17 +0200 Subject: Revert "Remove jQuery-UI -- the datepicker is gone now..." JQuery UI still needed for dialogs This reverts commit 59c25273c09f9414eabe41e399f6d0c931681ad9. --- kosten/templates/js.jinja | 1 + 1 file changed, 1 insertion(+) (limited to 'kosten/templates/js.jinja') 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" } %} -- cgit v1.2.3-54-g00ecf