Changeset 3815


Ignore:
Timestamp:
02/24/11 11:52:53 (13 years ago)
Author:
niltonneto
Message:

Ticket #1575 - Resolvido problema do objeto "prefe" não definido em filter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoMail1_2/js/filter.js

    r3775 r3815  
    782782                                //Save outoffice in prefs: 
    783783                                connector.loadScript("preferences"); 
    784                                 prefe.save("outoffice", _this.out_officeF); 
     784                                if(typeof(prefe) == 'undefined') 
     785                                        setTimeout("filter.saved_all();",500); 
     786                                else 
     787                                        prefe.save("outoffice", _this.out_officeF); 
    785788                } 
    786789                 
Note: See TracChangeset for help on using the changeset viewer.