a
This commit is contained in:
parent
6fab7f7024
commit
4a238b4973
|
|
@ -633,8 +633,9 @@
|
|||
}
|
||||
},
|
||||
error: function(xhr, status, err) {
|
||||
showError('Erreur de connexion au serveur');
|
||||
// showError(xhr.responseText);
|
||||
// showError('Erreur de connexion au serveur');
|
||||
console.log(xhr.responseText);
|
||||
showError(xhr.responseText);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user