mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
remove pro logic disabled on global config
This commit is contained in:
parent
6721f24b30
commit
6d1e243fd3
1 changed files with 0 additions and 7 deletions
|
|
@ -711,13 +711,6 @@ class Multiple {
|
|||
//for already existing global config multiples
|
||||
//global is check
|
||||
setDisabledMultServ(inp, method, global) {
|
||||
// Check if pro
|
||||
const proDisabled = inp
|
||||
.closest("[data-plugin-item]")
|
||||
.hasAttribute("data-pro-disabled")
|
||||
? true
|
||||
: false;
|
||||
if (proDisabled) return inp.setAttribute("disabled", "");
|
||||
if (global) return inp.removeAttribute("disabled");
|
||||
|
||||
if (method === "ui" || method === "default") {
|
||||
|
|
|
|||
Loading…
Reference in a new issue