This commit is contained in:
Sergio Brighenti 2020-03-14 12:21:40 +01:00
parent 6d573457dd
commit 5d9810d287

View file

@ -10,7 +10,8 @@ var app = {
totaluploadprogress: function (uploadProgress) {
var text = Math.round(uploadProgress) + '%';
$('#uploadProgess').css({'width': text}).text(text);
}
},
timeout: 0
};
},
run: function () {