mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed typo causing FT to show blank for transfer completion in webUI
This commit is contained in:
parent
e9da9a555d
commit
07f63c82e2
@ -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)+'%'
|
||||
+ ']'
|
||||
,"")
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user