Changeset 2567


Ignore:
Timestamp:
04/16/10 14:40:57 (14 years ago)
Author:
rodsouza
Message:

Ticket #1009 - Corrigindo problema ao carregar o ExpressoMail?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/index.php

    r2561 r2567  
    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 .= '    setTimeout( init, "300" );'; 
     196$script .= '    var init_time = setInterval( function( ){ if ( document.body ){ clearTimeout( init_time );init( ); } }, "300" );'; 
    197197$script .= '</script>'; 
    198198 
Note: See TracChangeset for help on using the changeset viewer.