From 2f78dcd157de3b5723d11b7d8e92ad4ddc5bc16f Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 4 Jul 2022 11:46:18 +0800 Subject: [PATCH] Update index.js --- route/static/app/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/route/static/app/index.js b/route/static/app/index.js index be5962744..b2ab62933 100755 --- a/route/static/app/index.js +++ b/route/static/app/index.js @@ -142,10 +142,8 @@ function getDiskInfo() { if (rdata[i].size[2].indexOf('M') != -1) { $("#messageError").show(); $("#messageError").append('

' + lan.get('diskinfo_span_1', [rdata[i].path]) + '[清理垃圾]

'); - } - + } } - dBody = '
  • ' + '

    ' + rdata[i].path + '

    ' +