summaryrefslogtreecommitdiffstats
path: root/web/client.js
diff options
context:
space:
mode:
authorKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2014-02-02 00:14:58 +0200
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2014-02-20 22:06:16 +0200
commit551561b94a7d594a12ba8114f57d8f3ef6d1db71 (patch)
treeaa3df312ce3a5074d155115c28f0bee2ce76096d /web/client.js
parenta560b76c7b46f067637a79b01f923d377339a5c3 (diff)
downloadaconf-551561b94a7d594a12ba8114f57d8f3ef6d1db71.tar.bz2
aconf-551561b94a7d594a12ba8114f57d8f3ef6d1db71.tar.xz
date and time fields
Diffstat (limited to 'web/client.js')
-rw-r--r--web/client.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/client.js b/web/client.js
index 8240b16..d62a678 100644
--- a/web/client.js
+++ b/web/client.js
@@ -11,6 +11,7 @@ requirejs.config({
"jquery-bbq": {deps: ["jquery"]},
"jquery-blockui": {deps: ["jquery"]},
"jquery-ui/core": {deps: ["jquery"]},
+ "jquery-ui/datepicker": {deps: ["jquery-ui/core"]},
"jquery-ui/mouse": {deps: ["jquery-ui/widget"]},
"jquery-ui/sortable": {deps: ["jquery-ui/core", "jquery-ui/mouse"]},
"jquery-ui/widget": {deps: ["jquery"]},