From 7b06b5533c85eff0abd99153a52555c7f23e0d78 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 28 Jun 2024 21:59:08 +0800 Subject: [PATCH] Update crontab.js --- route/static/app/crontab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route/static/app/crontab.js b/route/static/app/crontab.js index 20e4447b9..94205ee6c 100755 --- a/route/static/app/crontab.js +++ b/route/static/app/crontab.js @@ -474,7 +474,7 @@ function initDropdownMenu(){ $(".controls").html('备份目录'); break; case 'logs': - toBackup('logs'); + // toBackup('logs'); $(".controls").html('切割网站'); break; case 'toUrl':