#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 5a3c1dac1b - Show all commits

View File

@ -53,7 +53,7 @@ function fichar(direction) {
jsonData: data,
processData: false,
success: function (msg) {
if (msg[0].error){
if (msg.error){
printErrores(msg);
setTimeout(function () {
cerrar();