double-click on today button does not trigger change event

Double-clicking on the "today button", which changes the value of the input to the current date and time, does not trigger a change event. Manually selecting a date or a time does trigger a change event. Proposed edit makes this behavior consistent.
This commit is contained in:
RaKauf 2015-08-19 15:45:36 +02:00
parent d070799dc8
commit 092de053a1

View File

@ -1388,6 +1388,7 @@
return;
}
input.val(_xdsoft_datetime.str());
input.trigger('change');
datetimepicker.trigger('close.xdsoft');
});
mounth_picker