Ignore:
Timestamp:
07/21/11 08:47:55 (13 years ago)
Author:
roberto.santosjunior
Message:

Ticket #1820 - Falha ao Remover Filtro Fora do Escritório.r4743

File:
1 edited

Legend:

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

    r4789 r4841  
    483483                                _this.out_officeF = false; 
    484484                                //Save outoffice in prefs: 
    485                                 connector.loadScript("preferences"); 
    486                                 prefe.save("outoffice", _this.out_officeF); 
     485                                connector.loadScript("preferences");  
     486                if(typeof(prefe) == 'undefined')  
     487                        setTimeout("filter.delete_r();",500);  
     488                else  
     489                        prefe.save("outoffice", _this.out_officeF); 
    487490                        } 
    488491                } 
Note: See TracChangeset for help on using the changeset viewer.