CC-4009: Calendar icon cannot be clicked twice without clicking another icon first

-fixed
This commit is contained in:
denise 2012-06-26 16:43:36 -04:00
parent ca3d554c07
commit d892a4b5ae
1 changed files with 2 additions and 2 deletions

View File

@ -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);