Bug Tracker

Ticket #2008: ReopenPatch.diff

File ReopenPatch.diff, 423 bytes (added by Xichekolas, 1 year ago)
  • ui.dialog.js

     
    88    } 
    99    $.fn.dialogInit = function(o) { 
    1010        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); 
    1313            }            
    1414        }); 
    1515    }