补充由loop切换至非drop whitelist dolog展示
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user