Ignore:
Timestamp:
11/30/11 13:33:45 (12 years ago)
Author:
douglasz
Message:

Ticket #2339 - Ao reordenar a pesquisa aparece novamente a mensagem das pastas locais

File:
1 edited

Legend:

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

    r5219 r5222  
    243243        var cc = search; 
    244244        if(!cc){ 
    245                 var is_local = ID.match('.*_local_.*'); 
    246                 if(!is_local) 
    247                         cc = document.getElementById("em_message_search").value; 
    248                 else{ 
    249                         cc = document.getElementsByName(currentTab)[0].value; 
     245                if(isNaN(ID)){ 
     246                        var is_local = ID.match('.*_local_.*'); 
     247                        if(!is_local) 
     248                                cc = document.getElementById("em_message_search").value; 
     249                        else{ 
     250                                cc = document.getElementsByName(currentTab)[0].value; 
     251                        } 
     252                }else{ 
     253                        cc =""; 
    250254                } 
    251255        } 
Note: See TracChangeset for help on using the changeset viewer.