Changeset 5886


Ignore:
Timestamp:
04/05/12 14:55:29 (12 years ago)
Author:
alexandrecorreia
Message:

Ticket #2596 - Correção para o fechamento automático da tela.

File:
1 edited

Legend:

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

    r5879 r5886  
    32183218                                                                                        var handler_return = function(data) 
    32193219                                                                                        { 
    3220                                                                                                 importEmails.dialog("destroy"); 
    3221                                                                                                  
    32223220                                                                                                return_import_msgs( data, input_hidden.attr("value") ); 
    32233221                                                                                        } 
    32243222 
    32253223                                                                                        var formSend =  document.getElementById("importFileMessages"); 
     3224                                                                                         
     3225                                                                                        importEmails.dialog("destroy"); 
    32263226                                                                                         
    32273227                                                                                        write_msg(get_lang('You must wait while the messages will be imported...')); 
Note: See TracChangeset for help on using the changeset viewer.