We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c4d8d8 commit 7643a7dCopy full SHA for 7643a7d
ui/widgets/datepicker.js
@@ -1036,7 +1036,7 @@ $.extend( Datepicker.prototype, {
1036
}
1037
1038
inst = this._getInst( target[ 0 ] );
1039
- inst.selectedDay = inst.currentDay = $( "a", td ).data('date');
+ inst.selectedDay = inst.currentDay = $( "a", td ).data( "date" );
1040
inst.selectedMonth = inst.currentMonth = month;
1041
inst.selectedYear = inst.currentYear = year;
1042
this._selectDate( id, this._formatDate( inst,
0 commit comments