Fix for #157
This commit is contained in:
parent
6d573457dd
commit
5d9810d287
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ var app = {
|
|||
totaluploadprogress: function (uploadProgress) {
|
||||
var text = Math.round(uploadProgress) + '%';
|
||||
$('#uploadProgess').css({'width': text}).text(text);
|
||||
}
|
||||
},
|
||||
timeout: 0
|
||||
};
|
||||
},
|
||||
run: function () {
|
||||
|
|
Loading…
Add table
Reference in a new issue