mirror of https://github.com/snachodog/mybuddy.git
Remove issue workaround from Tempus Dominus 4
This commit is contained in:
parent
3e60f61031
commit
44418b2906
|
@ -61,6 +61,7 @@ BabyBuddy.DatetimePicker = function (moment) {
|
||||||
locale: moment.locale(),
|
locale: moment.locale(),
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
new tempusDominus.TempusDominus(element, Object.assign(defaultOptions, options));
|
new tempusDominus.TempusDominus(element, Object.assign(defaultOptions, options));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue