Changeset 6694 for branches/2.4


Ignore:
Timestamp:
07/02/12 12:45:25 (12 years ago)
Author:
eduardow
Message:

Ticket #2925 - Corrigido a inconsistencia de seleção após seleção.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/expressoMail1_2/js/common_functions.js

    r6291 r6694  
    11361136                        Element("check_box_message_"+main_list[i].id).checked = false; 
    11371137                        remove_className(Element(main_list[i].id), 'selected_msg selected_shortcut_msg'); 
     1138                        $("#"+main_list[i].id).removeClass("selected_msg"); 
    11381139                } 
    11391140        } 
Note: See TracChangeset for help on using the changeset viewer.