修复Anti DDOS修改定时任务选项展示
This commit is contained in:
@@ -76,9 +76,9 @@ $(function(){
|
||||
}
|
||||
loading('onloading...');
|
||||
//将disable属性的元素删除
|
||||
$("#cron").find(".disabled").each(function(){
|
||||
$(this).remove();
|
||||
});
|
||||
$(".disabled").each(function(){
|
||||
$(this).remove();
|
||||
});
|
||||
form.submit();
|
||||
},
|
||||
errorContainer: "#messageBox",
|
||||
|
||||
Reference in New Issue
Block a user