This commit is contained in:
parent
11b2e6929c
commit
5cc3f21d67
@ -1897,7 +1897,11 @@ function doSaveConfigStringArray(id) {
|
|||||||
url: "/custom/setConfig?" + window.authz + "&wsid=" + wsid,
|
url: "/custom/setConfig?" + window.authz + "&wsid=" + wsid,
|
||||||
contentType: "application/json",
|
contentType: "application/json",
|
||||||
data: JSON.stringify({
|
data: JSON.stringify({
|
||||||
[id]: document.getElementById(id).getAttribute("data-tags-value").split(", ").filter(x => x)
|
[id]: document
|
||||||
|
.getElementById(id)
|
||||||
|
.getAttribute("data-tags-value")
|
||||||
|
.split(", ")
|
||||||
|
.filter(x => x)
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user