Sergio Brighenti 5 years ago
parent
commit
5d9810d287
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/js/app.js

+ 2 - 1
src/js/app.js

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