Skip to content

Commit c2536b2

Browse files
save file
1 parent 343980d commit c2536b2

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

utils/misc/zip/v3.0/zip-v3.0.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -404,11 +404,7 @@
404404

405405
if(blob){
406406
var size = blob.size;
407-
408-
var str = hs(size);
409-
if(size>1024){
410-
str += ' , '+size+' B';
411-
}
407+
str = hs(size);
412408
}
413409
$(info,'#size').textContent = str;
414410

0 commit comments

Comments
 (0)