Ignore:
Timestamp:
01/14/11 23:57:49 (13 years ago)
Author:
gaba
Message:

MDRepo.scan values - corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MDService2/trunk/MDService2/WebContent/scripts/mdservice_helpers.js

    r1072 r1073  
    1919                        $(this).children('.content').show();
    2020                }
    21                 if ($(this).hasClass('cmds-ui-closable'))  {           
     21                if ($(this).parent().hasClass('cmds-ui-closable'))  {           
    2222                        $(this).children('.header').append('<span class="cmd cmd_close" > </span>');
    2323                        $(this).find('.cmd_close').click(function(event) {
    24                                         $(this).parents('.cmds-ui-closable').hide();   
     24                                        $(this).closest('.header').parent().parent('.cmds-ui-closable').remove();       
    2525                                });
    2626                }
Note: See TracChangeset for help on using the changeset viewer.