fixfixfix
This commit is contained in:
commit
20791cacdf
1 changed files with 3 additions and 1 deletions
|
@ -541,7 +541,7 @@ td
|
|||
"command": JSON.stringify(data)
|
||||
},
|
||||
'dataType': 'jsonp',
|
||||
'timeout': 2500,
|
||||
'timeout': 10000,
|
||||
'error': function()
|
||||
{
|
||||
//console.log('ERROR ERROR ERROR @514');
|
||||
|
@ -623,7 +623,9 @@ td
|
|||
"command": JSON.stringify(data)
|
||||
},
|
||||
'dataType': 'jsonp',
|
||||
|
||||
'timeout': 5000,
|
||||
|
||||
'error': function()
|
||||
{
|
||||
//setHeaderState('disconnected');
|
||||
|
|
Loading…
Add table
Reference in a new issue