diff --git a/libresapi/src/webui-src/app/downloads.js b/libresapi/src/webui-src/app/downloads.js index 28ec55897..af26e2c6b 100644 --- a/libresapi/src/webui-src/app/downloads.js +++ b/libresapi/src/webui-src/app/downloads.js @@ -23,7 +23,7 @@ function progressBar(file){ m("div[style=" + 'background-color:lime;' + 'height:100%;' - + 'width:' + (file.transfered / file.size * 100)+'%' + + 'width:' + (file.transferred / file.size * 100)+'%' + ']' ,"") ]);