mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-13 16:06:21 +00:00
Some fixes here and there
This commit is contained in:
parent
d0b5d4a2df
commit
0f9b05b588
@ -32,7 +32,12 @@ window.onload = function () {
|
||||
autoProcessQueue: true,
|
||||
headers: {
|
||||
'auth': localStorage.token
|
||||
}
|
||||
},
|
||||
init: function() {
|
||||
this.on("addedfile", function(file) {
|
||||
document.getElementById('uploads').style.display = 'block';
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
// Update the total progress bar
|
||||
|
Loading…
Reference in New Issue
Block a user