mirror of
https://github.com/simon987/sist2.git
synced 2025-12-14 07:49:06 +00:00
Archive file support
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
*/
|
||||
function humanFileSize(bytes) {
|
||||
if (bytes === 0) {
|
||||
return "? B"
|
||||
return "0 B"
|
||||
}
|
||||
|
||||
let thresh = 1000;
|
||||
|
||||
Reference in New Issue
Block a user