Changeset 7873
- Timestamp:
- 06/26/09 23:45:07 (1 year ago)
- Files:
-
- modules/branches/2.6/dashboard/page.index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.6/dashboard/page.index.php
r7633 r7873 513 513 <script type="text/javascript"> 514 514 $(document).ready(function(){ 515 $.ajaxTimeout( 20000 ); 515 $.ajaxSetup({ 516 timeout:10000 517 }); 516 518 scheduleInfoUpdate(); 517 519 scheduleStatsUpdate();
