Changeset 4434


Ignore:
Timestamp:
05/17/11 15:54:22 (13 years ago)
Author:
alexandrecorreia
Message:

Ticket #1906 - adicionado o arquivo xtools.js dentro da pasta phpgwapi(API) do Expresso

Location:
branches/2.2/phpgwapi/js/x_tools
Files:
1 added
1 copied

Legend:

Unmodified
Added
Removed
  • branches/2.2/phpgwapi/js/x_tools/xtools.js

    r3687 r4434  
    2525        function _load(pFile) 
    2626        { 
    27                 pFile = this._PATH + 'xsl/' + pFile; 
     27                if( pFile.indexOf("/") == -1 ) 
     28                    pFile = this._PATH + 'xsl/' + pFile; 
     29                 
    2830                if ( !(_FILES[pFile]) ) 
    2931                { 
Note: See TracChangeset for help on using the changeset viewer.