test #20

Merged
guillermo merged 25 commits from test into master 2024-01-29 10:40:49 +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();