#6274 proxy workerTimeControl #14

Merged
jorgep merged 12 commits from 6274-loginWorkerTimeControl into test 2024-01-04 13:26:28 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit fb85d7fe0a - Show all commits

View File

@ -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':