Changeset 5205 for trunk/expressoMail1_2


Ignore:
Timestamp:
11/24/11 17:10:29 (12 years ago)
Author:
acoutinho
Message:

Ticket #2343 - Opcoes Responder/Encaminhar? pararam de funcionar

File:
1 edited

Legend:

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

    r5200 r5205  
    189189                        var tr = Element(ID_TR); 
    190190                        openTab.imapBox[ID] = (tr.getAttribute('name') == null?get_current_folder():tr.getAttribute('name')); 
    191                 }else if(ID.indexOf("search_local") >= 0){ 
     191                }else if(isNaN(ID) && ID.indexOf("search_local") >= 0){ 
    192192                        if(current_folder.indexOf("local") >= 0) 
    193193                                openTab.imapBox[ID] = current_folder; 
    194194                        else 
    195195                                openTab.imapBox[ID] = 'local_search'; 
    196                 }else if(ID.indexOf("search_") >= 0){ 
     196                }else if(isNaN(ID) && ID.indexOf("search_") >= 0){ 
    197197                        if(current_folder.indexOf("local") < 0) 
    198198                                openTab.imapBox[ID] = current_folder; 
Note: See TracChangeset for help on using the changeset viewer.