Some fixes here and there

This commit is contained in:
pitu 2017-01-14 19:45:02 -03:00
parent d0b5d4a2df
commit 0f9b05b588

View File

@ -32,7 +32,12 @@ 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';
});
}
}); });
// Update the total progress bar // Update the total progress bar