From 0888b89ea738162dbedb02df85f42596edb2982c Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 15 Dec 2023 18:36:14 +0800 Subject: [PATCH] Update config.js --- route/static/app/config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/route/static/app/config.js b/route/static/app/config.js index 6d5c4ed1b..3e5f855d8 100755 --- a/route/static/app/config.js +++ b/route/static/app/config.js @@ -395,8 +395,7 @@ function setPanelSSL(){ },function(){ if(status == 0){ $("#panelSSL").prop("checked",false); - } - else{ + }else{ $("#panelSSL").prop("checked",true); } });