a
This commit is contained in:
parent
65909b049e
commit
5c152f443b
|
|
@ -325,8 +325,9 @@
|
|||
setProgress(0);
|
||||
|
||||
alert(xhr.status);
|
||||
alert(xhr.responseText);
|
||||
console.log(xhr.responseText);
|
||||
// alert(xhr.responseText);
|
||||
// console.log(xhr.responseText);
|
||||
console.log(xhr);
|
||||
|
||||
if (xhr.status >= 200 && xhr.status < 300) {
|
||||
setFeedback('success', '<?= _("Fichier envoyé avec succès.") ?>');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user