diff --git a/src/js/app.js b/src/js/app.js index e1284fa5..295bb281 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -10,7 +10,8 @@ var app = { totaluploadprogress: function (uploadProgress) { var text = Math.round(uploadProgress) + '%'; $('#uploadProgess').css({'width': text}).text(text); - } + }, + timeout: 0 }; }, run: function () {