diff options
Diffstat (limited to 'demos/dialog/modal-confirmation.html')
-rw-r--r-- | demos/dialog/modal-confirmation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/dialog/modal-confirmation.html b/demos/dialog/modal-confirmation.html index 77aa15931..bed319a95 100644 --- a/demos/dialog/modal-confirmation.html +++ b/demos/dialog/modal-confirmation.html @@ -17,7 +17,7 @@ <script> $(function() { // a workaround for a flaw in the demo system (http://dev.jqueryui.com/ticket/4375), ignore! - $( "#dialog" ).dialog( "destroy" ); + $( "#dialog:ui-dialog" ).dialog( "destroy" ); $( "#dialog-confirm" ).dialog({ resizable: false, |