Changeset 2583 for trunk/phpgwapi


Ignore:
Timestamp:
04/19/10 10:30:34 (14 years ago)
Author:
rodsouza
Message:

Ticket #1009 - Corrigindo problema quando o ExpressoMail? é o primeiro módulo a ser carregado.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/js/tools/xconnector.js

    r2578 r2583  
    310310                        _argv = _argv[ 0 ]; 
    311311 
    312                         if ( _argv.path && ( typeof _argv.path == 'string' ) && this._PATH.length ) 
     312                        if ( _argv.path && ( typeof _argv.path == 'string' ) ) 
    313313                        { 
    314314                                if ( _argv.path.indexOf('/') != 0 ) 
Note: See TracChangeset for help on using the changeset viewer.