summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-03-07 17:53:40 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-03-07 17:53:40 +0100
commit91c916b3ee5350afaae4ce3b7bd1d59ee02a893c (patch)
treebdb5516943a784193bb3ea5508685358d1587778 /templates/main.php
parente499b1aec315294e5d422a2fca79fdb2f1d238f2 (diff)
Use jquery datepicker for BDAY
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/main.php b/templates/main.php
index 3ab275ff..92b71b51 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -14,6 +14,7 @@ script('contacts', 'public/script');
script('contacts', 'vendor/angular-bootstrap/ui-bootstrap.min');
script('contacts', 'vendor/angular-bootstrap/ui-bootstrap-tpls.min');
+script('contacts', 'vendor/jquery-timepicker/jquery.ui.timepicker');
// all styles
style('contacts', 'public/style');