diff options
| -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"); |
