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