Changeset 6736
- Timestamp:
- 07/06/12 11:29:18 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.4/expressoMail1_2/js/main.js
r6682 r6736 1588 1588 var array_selected_messages_by_shortcuts = selected_messages_by_shortcuts.split(","); 1589 1589 var array_selected_messages = selected_messages.split(","); 1590 1590 /* 1591 1591 if ((array_selected_messages.length == 0) && (array_selected_messages_by_shortcuts.length > 0)) 1592 1592 { 1593 1593 return selected_messages_by_shortcuts; 1594 } 1595 } 1596 1594 }*/ 1595 /*Se houver mais de uma mensagem selecionada por atalho*/ 1596 if (array_selected_messages_by_shortcuts.length > 1){ 1597 if (selected_messages == "") 1598 return selected_messages_by_shortcuts; 1599 else 1600 return selected_messages + "," + selected_messages_by_shortcuts; 1601 } 1602 } 1597 1603 if (selected_messages == '') 1598 1604 return false;
Note: See TracChangeset
for help on using the changeset viewer.