From 1443bea8b96590d213673e696b3742eacfd27085 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Thu, 1 Jan 2009 12:38:08 +0000 Subject: reverted r1414 as it doesn't work in IE --- 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 cb107f748..496cdada0 100644 --- a/ui/ui.datepicker.js +++ b/ui/ui.datepicker.js @@ -1383,7 +1383,7 @@ $.extend(Datepicker.prototype, { ' ' + this._currentClass : '') + // highlight selected day (printDate.getTime() == today.getTime() ? ' ui-datepicker-today' : '')) + '"' + // highlight today (if different) ((!otherMonth || showOtherMonths) && daySettings[2] ? ' title="' + daySettings[2] + '"' : '') + // cell title - (unselectable ? '' : ' onclick="event.preventDefault();jQuery.datepicker._selectDay(\'#' + + (unselectable ? '' : ' onclick="jQuery.datepicker._selectDay(\'#' + inst.id + '\',' + drawMonth + ',' + drawYear + ', this);"') + '>' + // actions (otherMonth ? (showOtherMonths ? printDate.getDate() : ' ') : // display for other months (unselectable ? printDate.getDate() : '