Changeset 6033


Ignore:
Timestamp:
04/25/12 17:53:20 (12 years ago)
Author:
marcieli
Message:

Ticket #2656 - Corrigido: ao selecionar todas as mgs da busca e abrir acompanhamento sinalizadores.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/main.js

    r6031 r6033  
    13601360        jQuery("#"+aba.id+" tr").each(function(i, main_list) {  
    13611361        var check_box = main_list.firstChild.firstChild; 
    1362                 if(check_box && check_box.checked) { 
     1362                if(check_box && check_box.checked && check_box.id != 'chk_box_select_all_messages_search') { 
    13631363                        selected_messages += main_list.role + ',' ; 
    13641364                }; 
Note: See TracChangeset for help on using the changeset viewer.