File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 < script >
1818 $ ( function ( ) {
1919 // a workaround for a flaw in the demo system (http://dev.jqueryui.com/ticket/4375), ignore!
20- $ ( "#dialog" ) . dialog ( "destroy" ) ;
20+ $ ( "#dialog:ui-dialog " ) . dialog ( "destroy" ) ;
2121
2222 $ ( "#dialog-confirm" ) . dialog ( {
2323 resizable : false ,
Original file line number Diff line number Diff line change 3131 < script >
3232 $ ( function ( ) {
3333 // a workaround for a flaw in the demo system (http://dev.jqueryui.com/ticket/4375), ignore!
34- $ ( "#dialog" ) . dialog ( "destroy" ) ;
34+ $ ( "#dialog:ui-dialog " ) . dialog ( "destroy" ) ;
3535
3636 var name = $ ( "#name" ) ,
3737 email = $ ( "#email" ) ,
Original file line number Diff line number Diff line change 1818 < script >
1919 $ ( function ( ) {
2020 // a workaround for a flaw in the demo system (http://dev.jqueryui.com/ticket/4375), ignore!
21- $ ( "#dialog" ) . dialog ( "destroy" ) ;
21+ $ ( "#dialog:ui-dialog " ) . dialog ( "destroy" ) ;
2222
2323 $ ( "#dialog-message" ) . dialog ( {
2424 modal : true ,
Original file line number Diff line number Diff line change 1717 < script >
1818 $ ( function ( ) {
1919 // a workaround for a flaw in the demo system (http://dev.jqueryui.com/ticket/4375), ignore!
20- $ ( "#dialog" ) . dialog ( "destroy" ) ;
20+ $ ( "#dialog:ui-dialog " ) . dialog ( "destroy" ) ;
2121
2222 $ ( "#dialog-modal" ) . dialog ( {
2323 height : 140 ,
You can’t perform that action at this time.
0 commit comments