Changeset 2583


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.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/index.php

    r2567 r2583  
    194194$script .= '    expresso.connector.updateVersion = "'. $GLOBALS['phpgw_info']['flags']['update_version'] . '";'; 
    195195$script .= '    var cyrus_delimiter = "' . $_SESSION['phpgw_info']['expressomail']['email_server']['imapDelimiter'] . '";'; 
    196 $script .= '    var init_time = setInterval( function( ){ if ( document.body ){ clearTimeout( init_time );init( ); } }, "300" );'; 
     196$script .= '    var init_time = setInterval( function( ){ if ( document.body ){ clearTimeout( init_time );init( ); } }, "2000" );'; 
    197197$script .= '</script>'; 
    198198 
  • 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.