Bug Tracker

Changeset 4198

Show
Ignore:
Timestamp:
12/17/07 04:52:56 (1 year ago)
Author:
grabanski@…
Message:

Apply patch for inline datepicker HTML.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ui/current/datepicker/core/ui.datepicker.js

    r3992 r4198  
    12251225                        ' onmouseover="' + (unselectable ? '' : 'jQuery(this).addClass(\'datepicker_daysCellOver\');') + 
    12261226                        (!showStatus || (otherMonth && !showOtherMonths) ? '' : 'jQuery(\'#datepicker_status_' + 
    1227                         this._id + '\').html(\'' + dateStatus(printDate, this) +'\');"') + 
     1227                        this._id + '\').html(\'' + dateStatus(printDate, this) +'\');') + '"' + 
    12281228                        ' onmouseout="' + (unselectable ? '' : 'jQuery(this).removeClass(\'datepicker_daysCellOver\');') + 
    12291229                        (!showStatus || (otherMonth && !showOtherMonths) ? '' : 'jQuery(\'#datepicker_status_' + 
    1230                         this._id + '\').html(\' \');"')) + 
     1230                        this._id + '\').html(\' \');') +'"') + 
    12311231                        (unselectable ? '' : ' onclick="jQuery.datepicker._selectDay(' + this._id + ',' + 
    12321232                        drawMonth + ',' + drawYear + ', this);"') + '>' + // actions