Skip to content

Commit

Permalink
Fix for #157
Browse files Browse the repository at this point in the history
  • Loading branch information
sergix44 committed Mar 14, 2020
1 parent 6d57345 commit 5d9810d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ var app = {
totaluploadprogress: function (uploadProgress) {
var text = Math.round(uploadProgress) + '%';
$('#uploadProgess').css({'width': text}).text(text);
}
},
timeout: 0
};
},
run: function () {
Expand Down

0 comments on commit 5d9810d

Please sign in to comment.