mirror of
https://github.com/transmission/transmission
synced 2025-03-15 16:29:34 +00:00
(web) r10834, whoops
This commit is contained in:
parent
03ea4a35e8
commit
58084f5b32
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ Transmission.fmt = (function()
|
|||
return 'None';
|
||||
|
||||
if( bytes < KB_val )
|
||||
return bytes.toFixed(10) + ' B';
|
||||
return bytes.toFixed(0) + ' B';
|
||||
|
||||
if( bytes < ( KB_val * 100 ) )
|
||||
return (bytes/KB_val).toFixed(2) + ' ' + KB_str;
|
||||
|
|
Loading…
Add table
Reference in a new issue