Changeset 7873

Show
Ignore:
Timestamp:
06/27/09 01:45:07 (3 years 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();