File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -648,7 +648,6 @@ $.extend(Datepicker.prototype, {
648
648
var showAnim = $ . datepicker . _get ( inst , 'showAnim' ) ;
649
649
var duration = $ . datepicker . _get ( inst , 'duration' ) ;
650
650
var postProcess = function ( ) {
651
- $ . datepicker . _datepickerShowing = true ;
652
651
var cover = inst . dpDiv . find ( 'iframe.ui-datepicker-cover' ) ; // IE6- only
653
652
if ( ! ! cover . length ) {
654
653
var borders = $ . datepicker . _getBorders ( inst . dpDiv ) ;
@@ -657,6 +656,7 @@ $.extend(Datepicker.prototype, {
657
656
}
658
657
} ;
659
658
inst . dpDiv . zIndex ( $ ( input ) . zIndex ( ) + 1 ) ;
659
+ $ . datepicker . _datepickerShowing = true ;
660
660
661
661
// DEPRECATED: after BC for 1.8.x $.effects[ showAnim ] is not needed
662
662
if ( $ . effects && ( $ . effects . effect [ showAnim ] || $ . effects [ showAnim ] ) )
You can’t perform that action at this time.
0 commit comments