Changeset 6736


Ignore:
Timestamp:
07/06/12 11:29:18 (12 years ago)
Author:
eduardow
Message:

Ticket #2943 - Inconsistência nas ações pela seleção de mensagens.

File:
1 edited

Legend:

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

    r6682 r6736  
    15881588                var array_selected_messages_by_shortcuts = selected_messages_by_shortcuts.split(","); 
    15891589                var array_selected_messages = selected_messages.split(","); 
    1590  
     1590                /* 
    15911591                if ((array_selected_messages.length == 0) && (array_selected_messages_by_shortcuts.length > 0)) 
    15921592                { 
    15931593                        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        } 
    15971603        if (selected_messages == '') 
    15981604                return false; 
Note: See TracChangeset for help on using the changeset viewer.