Ticket #2008: ReopenPatch.diff
File ReopenPatch.diff, 423 bytes (added by , 14 years ago) |
---|
-
ui.dialog.js
8 8 } 9 9 $.fn.dialogInit = function(o) { 10 10 return this.each(function() { 11 if (!$(this).is(".ui-dialog ")) {12 $.ui.dialogInit(this, o);11 if (!$(this).is(".ui-dialog-content")) { 12 new $.ui.dialogInit(this, o); 13 13 } 14 14 }); 15 15 }