CC-4009: Calendar icon cannot be clicked twice without clicking another icon first
-fixed
This commit is contained in:
parent
ca3d554c07
commit
d892a4b5ae
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ AIRTIME = (function(AIRTIME) {
|
||||||
|
|
||||||
oBaseDatePickerSettings = {
|
oBaseDatePickerSettings = {
|
||||||
dateFormat: 'yy-mm-dd',
|
dateFormat: 'yy-mm-dd',
|
||||||
onSelect: function(sDate, oDatePicker) {
|
onClick: function(sDate, oDatePicker) {
|
||||||
$(this).datepicker( "setDate", sDate );
|
$(this).datepicker( "setDate", sDate );
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue