Skip to content

Commit d1f86cb

Browse files
committed
Merge remote branch 'origin/master'
2 parents bdd2362 + a0f16a0 commit d1f86cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.dialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ $.extend( $.ui.dialog.overlay, {
742742
$( [ document, window ] ).unbind( ".dialog-overlay" );
743743
}
744744

745-
$el.remove();
745+
$el.height( 0 ).width( 0 ).remove();
746746

747747
// adjust the maxZ to allow other modal dialogs to continue to work (see #4309)
748748
var maxZ = 0;

0 commit comments

Comments
 (0)