Changeset 7872

Show
Ignore:
Timestamp:
06/27/09 02:37:58 (4 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/sipsettings/page.sipsettings.php

    r7856 r7872  
    783783$(document).ready(function(){ 
    784784  /* On click ajax to pbx and determine extenral network and localnet settings */ 
    785   $.ajaxTimeout( 10000 ); 
     785  $.ajaxSetup({ 
     786    timeout:10000 
     787  }); 
    786788  $("#nat-auto-configure").click(function(){ 
    787789    $.ajax({