Changeset 10835
- Timestamp:
- Jun 24, 2010, 5:23:48 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/javascript/formatter.js
r10834 r10835 73 73 74 74 if( bytes < KB_val ) 75 return bytes.toFixed( 10) + ' B';75 return bytes.toFixed(0) + ' B'; 76 76 77 77 if( bytes < ( KB_val * 100 ) )
Note: See TracChangeset
for help on using the changeset viewer.