mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-07 07:10:27 +08:00
实现WAF部分功能
This commit is contained in:
@@ -6,6 +6,9 @@ function sortTable(callback) {
|
||||
jsFile.addEventListener("load", function () {
|
||||
// 初始化
|
||||
let box = document.querySelector("#sortable-table")
|
||||
if (box == null) {
|
||||
return
|
||||
}
|
||||
Sortable.create(box, {
|
||||
draggable: "tbody",
|
||||
handle: ".icon.handle",
|
||||
|
||||
Reference in New Issue
Block a user