Changeset 1657


Ignore:
Timestamp:
11/17/09 13:08:46 (14 years ago)
Author:
niltonneto
Message:

Ticket #656 - Corrigido erro javascript ao sair do módulo (unloadMess).

File:
1 edited

Legend:

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

    r1622 r1657  
    7373 
    7474function unloadMess(){ 
    75         if (expresso_mail_sync.working) { 
     75        if (typeof(expresso_mail_sync) != "undefined" && expresso_mail_sync.working) { 
    7676                var mess = get_lang("You're about archiving your e-mails from server. Do you really want to stop this action?"); 
    7777                return mess; 
Note: See TracChangeset for help on using the changeset viewer.