Ignore:
Timestamp:
10/16/12 15:53:20 (12 years ago)
Author:
thiago
Message:

Ticket #3088 - Validação na aba de pesquisas de mensagens locais.

File:
1 edited

Legend:

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

    r7426 r7427  
    42044204function import_window() 
    42054205{ 
    4206     if(currentTab.indexOf("local") != -1){   
     4206    if(typeof (currentTab) == "string" && currentTab.indexOf("local") != -1){   
    42074207        alert("Impossível manipular mensagens locais a partir de uma busca. Isso é permitido apenas para mensagens não locais."); 
    42084208        return true; 
Note: See TracChangeset for help on using the changeset viewer.