From 3cc602154022034a81cf1874b061a45c6bc14546 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Mon, 27 May 2024 18:53:50 +0800 Subject: [PATCH] Update public.js --- route/static/app/public.js | 1 - 1 file changed, 1 deletion(-) diff --git a/route/static/app/public.js b/route/static/app/public.js index 9d15979d7..485136776 100755 --- a/route/static/app/public.js +++ b/route/static/app/public.js @@ -21,7 +21,6 @@ function toSizePos(a,pos=0) { var e = 1024; var r = {}; for(var b = 0; b < d.length; b++) { - if( pos > 0 && b == pos && a < e) { r['name'] = (b == 0 ? a : a.toFixed(2)) + d[b] r['pos'] = b;