From 9c1237548eaab2567cdec881d93ce61f51e32711 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Fri, 6 Jan 2017 13:45:47 -0500 Subject: [PATCH] Changed "validateOnBlur" for event date edit time only pickers to false due to problems with validating time only using dateHelper.formatDate(). Incorrectly toggles AM/PM when hour is 12. --- views/admin/events/edit.html | 1 + 1 file changed, 1 insertion(+) diff --git a/views/admin/events/edit.html b/views/admin/events/edit.html index dd67eb4..4fac70d 100644 --- a/views/admin/events/edit.html +++ b/views/admin/events/edit.html @@ -472,6 +472,7 @@ closeOnWithoutClick: true, pick12HourFormat: true, formatTime:'h:i a', + validateOnBlur: false, datepicker: false }); -- 2.17.1