From 085b6e0087880845b13daac66e13ad3f15e7c949 Mon Sep 17 00:00:00 2001 From: wangxin Date: Fri, 21 Sep 2018 20:07:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E7=94=B1loop=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E8=87=B3=E9=9D=9Edrop=20whitelist=20dolog=E5=B1=95?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/static/global/scripts/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/static/global/scripts/common.js b/src/main/webapp/static/global/scripts/common.js index 9408c6290..15a372bde 100644 --- a/src/main/webapp/static/global/scripts/common.js +++ b/src/main/webapp/static/global/scripts/common.js @@ -853,7 +853,7 @@ var switchAction=function(action){ }else{ $("input[name=doLog][value=0]").parent(".radio-inline").removeClass("hidden"); } - if(action !=128 && action !=32){ + if(action !=128 && action !=32 &&action !=96){ $(".doLog").removeClass("hidden"); } }