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 17
17
< script >
18
18
$ ( function ( ) {
19
19
// 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" ) ;
21
21
22
22
$ ( "#dialog-confirm" ) . dialog ( {
23
23
resizable : false ,
Original file line number Diff line number Diff line change 31
31
< script >
32
32
$ ( function ( ) {
33
33
// 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" ) ;
35
35
36
36
var name = $ ( "#name" ) ,
37
37
email = $ ( "#email" ) ,
Original file line number Diff line number Diff line change 18
18
< script >
19
19
$ ( function ( ) {
20
20
// 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" ) ;
22
22
23
23
$ ( "#dialog-message" ) . dialog ( {
24
24
modal : true ,
Original file line number Diff line number Diff line change 17
17
< script >
18
18
$ ( function ( ) {
19
19
// 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" ) ;
21
21
22
22
$ ( "#dialog-modal" ) . dialog ( {
23
23
height : 140 ,
You can’t perform that action at this time.
0 commit comments