diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/dialog.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/dialog.js b/ui/dialog.js index 0775fbe8d..166f68b0f 100644 --- a/ui/dialog.js +++ b/ui/dialog.js @@ -168,7 +168,7 @@ return $.widget( "ui.dialog", { // Without detaching first, the following becomes really slow .detach(); - this.uiDialog.stop( true, true ).remove(); + this.uiDialog.remove(); if ( this.originalTitle ) { this.element.attr( "title", this.originalTitle ); |