This commit is contained in:
parent
ad7b2ab305
commit
5a3c1dac1b
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue