From 1d9a0d35d82b9ab169e4f5789efb656cd47df811 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 19 Jun 2017 10:32:29 +0200 Subject: [PATCH] Add timepicker css MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- templates/main.php | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/main.php b/templates/main.php index 34ea60049..e5084a3f0 100644 --- a/templates/main.php +++ b/templates/main.php @@ -24,6 +24,7 @@ use OCP\Util; Util::addStyle('deck', '../js/vendor/ng-sortable/dist/ng-sortable.min'); +Util::addStyle('deck', '../js/vendor/jquery-timepicker/jquery.ui.timepicker'); Util::addStyle('deck', 'style'); Util::addScript('deck', 'vendor/angular/angular.min');