projects
/
WP-Plugins
/
glm-member-db-events.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8742171
)
Changed "validateOnBlur" for event date edit time only pickers to false due to proble...
author
Chuck Scott
<cscott@gaslightmedia.com>
Fri, 6 Jan 2017 18:45:47 +0000
(13:45 -0500)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Fri, 6 Jan 2017 18:45:47 +0000
(13:45 -0500)
using dateHelper.formatDate(). Incorrectly toggles AM/PM when hour is 12.
views/admin/events/edit.html
patch
|
blob
|
history
diff --git
a/views/admin/events/edit.html
b/views/admin/events/edit.html
index
dd67eb4
..
4fac70d
100644
(file)
--- 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
});