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