From 7b1183d307dee66d2ead594b353f441fdd942ab7 Mon Sep 17 00:00:00 2001 From: Ca-Phun Ung Date: Sat, 20 Dec 2008 16:09:04 +0000 Subject: Datepicker: Fixes #3647: added correct class name to highlight selected day --- ui/ui.datepicker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui') diff --git a/ui/ui.datepicker.js b/ui/ui.datepicker.js index 19147cb9d..aa646016a 100644 --- a/ui/ui.datepicker.js +++ b/ui/ui.datepicker.js @@ -1484,7 +1484,7 @@ $.extend(Datepicker.prototype, { (unselectable ? printDate.getDate() : '' + printDate.getDate() + '')) + ''; // display for this month printDate.setDate(printDate.getDate() + 1); printDate = this._daylightSavingAdjust(printDate); -- cgit v1.2.3