added space between uploading and number

This commit is contained in:
barisusakli
2014-03-21 18:23:59 -04:00
parent ca0dbf84be
commit d6223406e9

View File

@@ -336,7 +336,7 @@ define(['taskbar'], function(taskbar) {
uploadProgress: function(event, position, total, percent) { uploadProgress: function(event, position, total, percent) {
for(var i=0; i < files.length; ++i) { for(var i=0; i < files.length; ++i) {
updateTextArea(files[i].name, 'uploading' + percent + '%'); updateTextArea(files[i].name, 'uploading ' + percent + '%');
} }
}, },