Ignore:
Timestamp:
07/05/12 16:46:22 (12 years ago)
Author:
angelo
Message:

Ticket #2943 - Inconsistencia nas acoes pela selecao de mensagens

File:
1 edited

Legend:

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

    r6673 r6721  
    16621662                var array_selected_messages_by_shortcuts = selected_messages_by_shortcuts.split(","); 
    16631663                var array_selected_messages = selected_messages.split(","); 
    1664  
     1664                /* 
    16651665                if ((array_selected_messages.length == 0) && (array_selected_messages_by_shortcuts.length > 0)) 
    16661666                { 
    16671667                        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        }        
    16711677        if (selected_messages == '') 
    16721678                return false; 
Note: See TracChangeset for help on using the changeset viewer.