Ignore:
Timestamp:
11/23/11 14:52:28 (12 years ago)
Author:
douglasz
Message:

Ticket #2340 - Pesquisa rapida - Inconsistencia ao abrir resultados no arquivamento local

File:
1 edited

Legend:

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

    r5194 r5200  
    10311031        } 
    10321032 
    1033         if(currentTab.toString().indexOf("_r") != -1){ 
    1034             id_msgs = currentTab.toString().substr(0,currentTab.toString().indexOf("_r")); 
    1035         } 
     1033        if(currentTab.toString().indexOf("_r") != -1) 
     1034        id_msgs = currentTab.toString().substr(0,currentTab.toString().indexOf("_r")); 
     1035                 
     1036    if(currentTab.toString().indexOf("_s") != -1) 
     1037                id_msgs = currentTab.toString().substr(0,currentTab.toString().indexOf("_s")); 
    10361038 
    10371039        if(!id_msgs){ 
     
    10401042                        return; 
    10411043                }else 
    1042                 id_msgs = get_selected_messages(); 
     1044                        id_msgs = get_selected_messages(); 
    10431045        }        
    10441046 
Note: See TracChangeset for help on using the changeset viewer.