Console: Fix delete confirmation on /configplugins

Replace /configclients and /configplugins onclick with js file
Remove unsafe CSP on /configclients
This commit is contained in:
zzz
2020-05-11 16:43:53 +00:00
parent 4da58258f5
commit 7da2ac9ef3
5 changed files with 36 additions and 5 deletions

View File

@ -62,4 +62,7 @@ function toggleAll(category)
}
}
}
window.addEventListener("load", init);
document.addEventListener("DOMContentLoaded", function() {
init();
}, true);