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' ); }