summaryrefslogtreecommitdiffstats
path: root/apps/tasks/index.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-04-20 18:16:39 +0200
committerBart Visscher <bartv@thisnet.nl>2012-04-20 18:16:39 +0200
commitc75bbb59a9c065ff7e76558ba7d2e0fab33df0b8 (patch)
tree3390d6622f3b71b3191cfb9caa4c501537bd6d4e /apps/tasks/index.php
parent921fc59d8fb6f11b377531d60d3f956e90a5e617 (diff)
downloadnextcloud-server-c75bbb59a9c065ff7e76558ba7d2e0fab33df0b8.tar.gz
nextcloud-server-c75bbb59a9c065ff7e76558ba7d2e0fab33df0b8.zip
Tasks: Add due property handling
Diffstat (limited to 'apps/tasks/index.php')
-rw-r--r--apps/tasks/index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/tasks/index.php b/apps/tasks/index.php
index 95bb10a77c3..1ec91feb17a 100644
--- a/apps/tasks/index.php
+++ b/apps/tasks/index.php
@@ -18,6 +18,8 @@ if( count($calendars) == 0 ) {
exit;
}
+OC_Util::addScript('3rdparty/timepicker', 'jquery.ui.timepicker');
+OC_Util::addStyle('3rdparty/timepicker', 'jquery.ui.timepicker');
OC_UTIL::addScript('tasks', 'tasks');
OC_UTIL::addStyle('tasks', 'style');
OC_Util::addScript('contacts','jquery.multi-autocomplete');