From 309033996205747f7dd8dba30686f86e41d17809 Mon Sep 17 00:00:00 2001 From: AndyButland Date: Thu, 2 Oct 2014 22:08:19 +0200 Subject: [PATCH] Removed incorrect option value --- .../views/propertyeditors/datepicker/datepicker.controller.js | 1 - 1 file changed, 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 5a768f8d91..e9d09a1258 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 @@ -8,7 +8,6 @@ function dateTimePickerController($scope, notificationsService, assetsService, a pickDate: true, pickTime: true, pick12HourFormat: false, - autoclose: true, format: "yyyy-MM-dd hh:mm:ss" };