Some fixes here and there

This commit is contained in:
pitu 2017-01-14 19:45:02 -03:00
parent d0b5d4a2df
commit 0f9b05b588
1 changed files with 6 additions and 1 deletions

View File

@ -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