Changeset 5561


Ignore:
Timestamp:
02/27/12 11:25:22 (12 years ago)
Author:
thiago
Message:

Ticket #2486 - ele não setava corretamente o label que você clicou.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/mail/js/label.js

    r5558 r5561  
    9595                                        $(this).parent(".label-item").each(function(){ 
    9696                                                configureLabels({selectedItem: $(this).attr('class').match(/label-item-([\d]+[()a-zA-Z]*)/)[1]}); 
     97                                                var id_label_item = $(this).attr('class').match(/label-item-([\d]+[()a-zA-Z]*)/)[1]; 
     98                                                $(".label-list-container .label-list").find(".label-item-"+id_label_item).trigger("click"); 
    9799                                        }); 
    98100                                }); 
Note: See TracChangeset for help on using the changeset viewer.