Changeset 3469


Ignore:
Timestamp:
11/04/10 15:59:07 (13 years ago)
Author:
eduardoalex
Message:

Ticket #1260 - Caso passado 1 minuto forçamos o fechamento do modal

File:
1 edited

Legend:

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

    r3440 r3469  
    14011401    managedStore.checkForUpdate(); 
    14021402    this.capt_url('controller.php?action=$this.db_functions.get_dropdown_contacts_to_cache'); 
    1403                  
     1403        setTimeout(function(){ 
     1404        managedStore.complete(); 
     1405    }, 60000); 
    14041406    this.finalize(); 
    14051407} 
Note: See TracChangeset for help on using the changeset viewer.