diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2011-05-18 15:58:42 +0200 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2011-05-18 15:58:42 +0200 |
commit | d1f86cb2ff4ebd9b68a0b1e01d58fc8a5d2e5135 (patch) | |
tree | 9bdbb95dfbe7c50f6051824822088adcea8e9efb /ui | |
parent | bdd2362754705628c7d5ad9a1b2edc8269c05e6c (diff) | |
parent | a0f16a00b9398f123dbb5e027b21b04af13fcc1b (diff) | |
download | jquery-ui-d1f86cb2ff4ebd9b68a0b1e01d58fc8a5d2e5135.tar.gz jquery-ui-d1f86cb2ff4ebd9b68a0b1e01d58fc8a5d2e5135.zip |
Merge remote branch 'origin/master'
Diffstat (limited to 'ui')
-rw-r--r-- | ui/jquery.ui.dialog.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.dialog.js b/ui/jquery.ui.dialog.js index 496118761..4dd15438d 100644 --- a/ui/jquery.ui.dialog.js +++ b/ui/jquery.ui.dialog.js @@ -742,7 +742,7 @@ $.extend( $.ui.dialog.overlay, { $( [ document, window ] ).unbind( ".dialog-overlay" ); } - $el.remove(); + $el.height( 0 ).width( 0 ).remove(); // adjust the maxZ to allow other modal dialogs to continue to work (see #4309) var maxZ = 0; |