]> source.dussan.org Git - jquery-ui.git/commitdiff
Revert "Datepicker: Modified _updateDatepicker to not update display if updated insta...
authorScott González <scott.gonzalez@gmail.com>
Sun, 26 Aug 2012 21:21:23 +0000 (17:21 -0400)
committerScott González <scott.gonzalez@gmail.com>
Sun, 26 Aug 2012 21:21:23 +0000 (17:21 -0400)
This reverts commit b4ef2f7ebb1162f75d8fa3276d73e4746bcace84.

ui/jquery.ui.datepicker.js

index cd4ffe3ee28031a7478491f3637d962c41ce1f01..f72b15d1f914ed696c460544d3d43679678347ea 100644 (file)
@@ -708,9 +708,6 @@ $.extend(Datepicker.prototype, {
 
        /* Generate the date picker content. */
        _updateDatepicker: function(inst) {
-               if ($.datepicker._curInst && inst != $.datepicker._curInst) {
-                       return;
-               }
                this.maxRows = 4; //Reset the max number of rows being displayed (see #7043)
                var borders = $.datepicker._getBorders(inst.dpDiv);
                instActive = inst; // for delegate hover events