Ignore:
Timestamp:
04/14/10 11:53:45 (14 years ago)
Author:
rodsouza
Message:

Ticket #1009 - Permitindo que o ExpressoMail? não realize reload de página.

File:
1 edited

Legend:

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

    r2517 r2519  
    6767                        if(Element('form_status') != null) 
    6868                                Element('form_status').innerHTML = "<span style='background:#cc4444;'>&nbsp;&nbsp;<font color='WHITE'>Aguarde...</font>&nbsp;</span>"; 
    69                         cExecute("$this.ScriptS.init_a",handler_sieve); 
     69                        cExecute("expressoMail1_2.ScriptS.init_a",handler_sieve); 
    7070                        _this.get_email(); 
    7171            } 
     
    114114                        _this.email_ld = data ? data : ""; 
    115115                } 
    116                 cExecute("$this.user.get_email",handler_get_email); 
     116                cExecute("expressoMail1_2.user.get_email",handler_get_email); 
    117117        } 
    118118         
     
    743743                        if(data != "Ok"){alert("Erro : \n" + data);} 
    744744                } 
    745                 var args   = "$this.ScriptS.rec_rules"; 
     745                var args   = "expressoMail1_2.ScriptS.rec_rules"; 
    746746                var params = "arfilter="+aux_rul; 
    747747                cExecute(args,h_filter,params); 
Note: See TracChangeset for help on using the changeset viewer.