CC-4009: Calendar icon cannot be clicked twice without clicking another icon first
-fixed
This commit is contained in:
parent
ca3d554c07
commit
d892a4b5ae
|
@ -30,7 +30,7 @@ AIRTIME = (function(AIRTIME) {
|
|||
|
||||
oBaseDatePickerSettings = {
|
||||
dateFormat: 'yy-mm-dd',
|
||||
onSelect: function(sDate, oDatePicker) {
|
||||
onClick: function(sDate, oDatePicker) {
|
||||
$(this).datepicker( "setDate", sDate );
|
||||
}
|
||||
};
|
||||
|
@ -277,4 +277,4 @@ AIRTIME = (function(AIRTIME) {
|
|||
} (AIRTIME || {}));
|
||||
|
||||
$(document).ready(AIRTIME.builderMain.onReady);
|
||||
$(window).resize(AIRTIME.builderMain.onResize);
|
||||
$(window).resize(AIRTIME.builderMain.onResize);
|
||||
|
|
Loading…
Reference in New Issue