Changeset 7873

Show
Ignore:
Timestamp:
06/26/09 23:45:07 (1 year ago)
Author:
p_lindheimer
Message:

remove use of jquery deprecated ajaxTimeout replaced with ajaxSetup seem to be ok for prev versions

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.6/dashboard/page.index.php

    r7633 r7873  
    513513        <script type="text/javascript"> 
    514514        $(document).ready(function(){ 
    515                 $.ajaxTimeout( 20000 ); 
     515    $.ajaxSetup({ 
     516      timeout:10000 
     517    }); 
    516518                scheduleInfoUpdate(); 
    517519                scheduleStatsUpdate();