Changeset 7872
- Timestamp:
- 06/26/09 23:37:58 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.6/sipsettings/page.sipsettings.php
r7856 r7872 783 783 $(document).ready(function(){ 784 784 /* On click ajax to pbx and determine extenral network and localnet settings */ 785 $.ajaxTimeout( 10000 ); 785 $.ajaxSetup({ 786 timeout:10000 787 }); 786 788 $("#nat-auto-configure").click(function(){ 787 789 $.ajax({
