mirror of https://github.com/snachodog/mybuddy.git
Date picker changes (#304)
Only open datepicker on calendar click Co-authored-by: Christopher C. Wells <git@chris-wells.net>
This commit is contained in:
parent
c8d48945f2
commit
a844aa7613
|
@ -27,7 +27,6 @@ BabyBuddy.DatetimePicker = function ($, moment) {
|
||||||
return {
|
return {
|
||||||
init: function (element, options) {
|
init: function (element, options) {
|
||||||
var defaultOptions = {
|
var defaultOptions = {
|
||||||
allowInputToggle: true,
|
|
||||||
buttons: { showToday: true, showClose: true },
|
buttons: { showToday: true, showClose: true },
|
||||||
defaultDate: 'now',
|
defaultDate: 'now',
|
||||||
format: 'L LT',
|
format: 'L LT',
|
||||||
|
|
Loading…
Reference in New Issue