No point hiding the notifications customisation area because it's now in its own tab

This commit is contained in:
dgtlmoon
2021-08-22 18:44:51 +02:00
parent 5fb9bbdfa3
commit 58c3bc371d
4 changed files with 2 additions and 416 deletions

View File

@@ -9,9 +9,5 @@ window.addEventListener("load", (event) => {
x.style.display = "block";
}
}
document.getElementById("toggle-customise-notifications").onclick = function () {
toggleVisible("notification-customisation");
};
});