Changeset 6721
- Timestamp:
- 07/05/12 16:46:22 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/expressoMail1_2/js/main.js
r6673 r6721 1662 1662 var array_selected_messages_by_shortcuts = selected_messages_by_shortcuts.split(","); 1663 1663 var array_selected_messages = selected_messages.split(","); 1664 1664 /* 1665 1665 if ((array_selected_messages.length == 0) && (array_selected_messages_by_shortcuts.length > 0)) 1666 1666 { 1667 1667 return selected_messages_by_shortcuts; 1668 } 1669 } 1670 1668 }*/ 1669 /*Se houver mais de uma mensagem selecionada por atalho*/ 1670 if (array_selected_messages_by_shortcuts.length > 1){ 1671 if (selected_messages == "") 1672 return selected_messages_by_shortcuts; 1673 else 1674 return selected_messages + "," + selected_messages_by_shortcuts; 1675 } 1676 } 1671 1677 if (selected_messages == '') 1672 1678 return false;
Note: See TracChangeset
for help on using the changeset viewer.