mirror of https://github.com/xwiki-labs/cryptpad
fixes datepicker not opening after date is selected
This commit is contained in:
parent
95497ebe02
commit
3efb3f6773
|
@ -1314,7 +1314,6 @@ ICS ==> create a new event with the same UID and a RECURRENCE-ID field (with a v
|
|||
//dateFormat: dateFormat,
|
||||
onChange: function (date) {
|
||||
date[0].setHours(12);
|
||||
f.destroy();
|
||||
APP.moveToDate(+date[0]);
|
||||
updateDateRange();
|
||||
updateRecurring();
|
||||
|
|
Loading…
Reference in New Issue