Changeset 11626 for branches

Show
Ignore:
Timestamp:
11/11/08 13:10:38 (8 weeks ago)
Author:
iclerencia@…
Message:

Yet another similar problem

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/iclerencia/dashboard/client/ebox/src/templates/dashboard/configurewidgets.mas

    r11625 r11626  
    5050                                method: 'get', 
    5151                                onComplete: function() { 
    52                                     var elements = $(wid).getElementsByClassName('closeBox'); 
     52                                    var elements = $(d.element.id).getElementsByClassName('closeBox'); 
    5353                                    Effect.toggle(elements[0],'appear'); 
    5454                                }