From f916a6bc18d2dfe6efafaa2b9d040f40b8c61a31 Mon Sep 17 00:00:00 2001 From: perploug Date: Thu, 21 Nov 2013 12:15:20 +0100 Subject: [PATCH] fixes datepicker css ref issue --- .../views/propertyeditors/datepicker/datepicker.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/datepicker/datepicker.controller.js b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/datepicker/datepicker.controller.js index b8f12ac7b7..40940dd78d 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/datepicker/datepicker.controller.js +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/datepicker/datepicker.controller.js @@ -60,7 +60,7 @@ function dateTimePickerController($scope, notificationsService, assetsService, a }); assetsService.loadCss( - 'views/propertyeditors/datepicker/bootstrap-datetimepicker.min.css' + 'lib/datetimepicker/bootstrap-datetimepicker.min.css' ); }