fix User type
This commit is contained in:
parent
fcf66a36e8
commit
fbee7798ab
3 changed files with 10 additions and 6 deletions
|
@ -126,7 +126,7 @@ function uploadFile(file) {
|
|||
location.reload();
|
||||
}
|
||||
else if (xhr.readyState == 4 && xhr.status != 200) {
|
||||
// Error. Inform the user
|
||||
alert(`Upload failed, error code: ${xhr.status}`)
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue