Changeset 2598


Ignore:
Timestamp:
04/20/10 09:51:26 (14 years ago)
Author:
amuller
Message:

Ticket #1009 - Tirando a chamada do init do php, sem timeout

Location:
trunk/expressoMail1_2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/index.php

    r2583 r2598  
    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( ); } }, "2000" );'; 
     196//$script .= '  var init_time = setInterval( function( ){ if ( document.body ){ clearTimeout( init_time );init( ); } }, "4000" );'; 
    197197$script .= '</script>'; 
    198198 
  • trunk/expressoMail1_2/js/jscode/main.js

    r2579 r2598  
    8989 
    9090} 
     91init(); 
    9192 
    9293function init_offline(){ 
Note: See TracChangeset for help on using the changeset viewer.