Ignore:
Timestamp:
04/27/10 09:54:22 (14 years ago)
Author:
rodsouza
Message:

Ticket #1009 - Mitigando problema com escopo do dominio.

Location:
trunk/phpgwapi/js/expressoAjax
Files:
2 edited

Legend:

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

    r2623 r2630  
    244244        extra = document.getElementById("extraButton"); 
    245245        extra.style.visibility = "hidden"; 
    246         but.innerHTML='<a title="' +title + '" onClick="javascript:changeBar()"><img src="' + URL_SERVER + '/phpgwapi/templates/default/images/up.button.png"></a>'; 
     246        but.innerHTML='<a title="' +title + '" onClick="javascript:changeBar()"><img src="' + URL_SERVER + 'phpgwapi/templates/default/images/up.button.png"></a>'; 
    247247        var neverExpires = new Date("January 01, 2100 00:00:00"); 
    248248        document.cookie = "showHeader=true"+ 
  • trunk/phpgwapi/js/expressoAjax/expressoAjax.js

    r2618 r2630  
    337337                if(is_ie) { 
    338338 
    339                         this.oxmlhttp.open("GET", URL_SERVER + "/expressoMail1_2/js/"+scriptPath+".js?"+this.updateVersion, false); 
     339                        this.oxmlhttp.open("GET", URL_SERVER + "expressoMail1_2/js/"+scriptPath+".js?"+this.updateVersion, false); 
    340340                        this.oxmlhttp.setRequestHeader('Content-Type','text/plain'); 
    341341                        this.oxmlhttp.send(null); 
     
    345345                } 
    346346                else { 
    347                         script.src =  URL_SERVER + "/expressoMail1_2/js/"+scriptPath+".js?"+this.updateVersion; 
     347                        script.src =  URL_SERVER + "expressoMail1_2/js/"+scriptPath+".js?"+this.updateVersion; 
    348348                } 
    349349 
     
    353353//------------------------------------  END: Functions for Progress Bar  -------------------------------------------------// 
    354354        // Default Controller File 
    355         var URL_DEFAULT = URL_SERVER + "/controller.php?menuaction="; 
     355        var URL_DEFAULT = URL_SERVER + "controller.php?menuaction="; 
    356356        // connector object 
    357357        var _onmouseup = document.onmouseup; 
Note: See TracChangeset for help on using the changeset viewer.