1
0
Fork 0
This commit is contained in:
Doug 2012-07-29 01:06:42 -07:00
commit a124700992
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ $(function(){
},
progressUpdated: function(i, file, progress) {
$.data(file).find('.progress').width(progress);
$.data(file).find('.progress').width(progress + "%");
}
});