Bug Tracker

Changeset 4075

Show
Ignore:
Timestamp:
12/08/07 11:38:31 (1 year ago)
Author:
rdworth
Message:

Fixed ticket #2008 - Open and Close Multiple Dialogs

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ui/current/ui.dialog.js

    r4070 r4075  
    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        });