#6274 proxy workerTimeControl #14
|
@ -85,7 +85,7 @@ $.ajaxPrefilter(function(xhr) {
|
|||
}
|
||||
}
|
||||
|
||||
if(xhr?.responseJSON.error.code == 'periodNotExceeded') return;
|
||||
if(xhr?.responseJSON?.error?.code == 'periodNotExceeded') return;
|
||||
|
||||
switch (textStatus){
|
||||
case 'parsererror':
|
||||
|
|
Loading…
Reference in New Issue