Changeset 2520 for trunk/phpgwapi


Ignore:
Timestamp:
04/14/10 12:16:28 (14 years ago)
Author:
rodsouza
Message:

Ticket #1009 - Correção de problemas no ExpressoMail? ao carregar imagens e scripts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/js/expressoAjax/expressoAjax.js

    r2515 r2520  
    470470                if(is_ie) { 
    471471 
    472                         this.oxmlhttp.open("GET", "js/"+scriptPath+".js?"+this.updateVersion, false); 
     472                        this.oxmlhttp.open("GET", URL_SERVER + "/expressoMail1_2/js/"+scriptPath+".js?"+this.updateVersion, false); 
    473473                        this.oxmlhttp.setRequestHeader('Content-Type','text/plain'); 
    474474                        this.oxmlhttp.send(null); 
     
    478478                } 
    479479                else { 
    480                         script.src =  "js/"+scriptPath+".js?"+this.updateVersion; 
     480                        script.src =  URL_SERVER + "/expressoMail1_2/js/"+scriptPath+".js?"+this.updateVersion; 
    481481                } 
    482482 
Note: See TracChangeset for help on using the changeset viewer.