From a936eb3c0982293940a3f3135fc85178bf17534d Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Tue, 14 Sep 2010 12:33:56 +0800 Subject: [PATCH] Datepicker: Hightlight the curerent date, not the selected date. Fixes #5984 - Datepicker showing multiple months highlights selected day in all of them --- ui/jquery.ui.datepicker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/jquery.ui.datepicker.js b/ui/jquery.ui.datepicker.js index d1d8a4d11..ccbcc6dac 100644 --- a/ui/jquery.ui.datepicker.js +++ b/ui/jquery.ui.datepicker.js @@ -1493,7 +1493,7 @@ $.extend(Datepicker.prototype, { (otherMonth && !showOtherMonths ? ' ' : // display for other months (unselectable ? '' + printDate.getDate() + '' : '' + printDate.getDate() + '')) + ''; // display selectable date printDate.setDate(printDate.getDate() + 1); -- 2.39.5