Changeset 6844
- Timestamp:
- 07/23/12 08:53:47 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sandbox/2.4.2-expresso2/expressoMail1_2/js/draw_api.js
r6841 r6844 1673 1673 updateSelectedMsgs($(this).is(':checked'),headers_msgs.msg_number); 1674 1674 $(".selected_shortcut_msg").removeClass("current_selected_shortcut_msg selected_shortcut_msg"); 1675 $(this).parents("tr:first").addClass("current_selected_shortcut_msg selected_shortcut_msg"); 1675 if(preferences.use_shortcuts == '1') 1676 $(this).parents("tr:first").addClass("current_selected_shortcut_msg selected_shortcut_msg"); 1676 1677 changeBgColor(e,headers_msgs.msg_number); 1677 1678 });
Note: See TracChangeset
for help on using the changeset viewer.