diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-29 06:23:09 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-29 06:23:09 +0100 |
| commit | d4f6ccb5c2f946c85ba70d9ab7de3884c4e6b77d (patch) | |
| tree | b14bcb5e55bd2409b25f80bcee4517c45641909c | |
| parent | d294c2490e1e879e6de207a7e152d4ad6850dbe8 (diff) | |
| download | unnamed-group-d4f6ccb5c2f946c85ba70d9ab7de3884c4e6b77d.tar unnamed-group-d4f6ccb5c2f946c85ba70d9ab7de3884c4e6b77d.tar.gz unnamed-group-d4f6ccb5c2f946c85ba70d9ab7de3884c4e6b77d.tar.bz2 unnamed-group-d4f6ccb5c2f946c85ba70d9ab7de3884c4e6b77d.tar.xz unnamed-group-d4f6ccb5c2f946c85ba70d9ab7de3884c4e6b77d.zip | |
buildRolesSection() clears #preferences before rebuilding
| -rw-r--r-- | 174bg/manager/public/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/174bg/manager/public/index.html b/174bg/manager/public/index.html index 6773b09..885909c 100644 --- a/174bg/manager/public/index.html +++ b/174bg/manager/public/index.html @@ -244,6 +244,7 @@ function buildRolesSection() { const container = document.getElementById("preferences"); + container.innerHTML = ""; const heading = document.createElement("div"); const title = document.createElement("b"); |
