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