mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 20:55:28 +00:00
Change "Permanently" toggle to "Indefinitely" (#1416)
* Changing "Permanently" toggle to "Indefinitely" Signed-off-by: Chris Coffin <me@chriscoffin.org> * Updating ID name in footer.js Signed-off-by: Chris Coffin <me@chriscoffin.org> Co-authored-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
@@ -155,7 +155,7 @@ $("#pihole-enable").on("click", function (e) {
|
||||
localStorage.removeItem("countDownTarget");
|
||||
piholeChange("enable", "");
|
||||
});
|
||||
$("#pihole-disable-permanently").on("click", function (e) {
|
||||
$("#pihole-disable-indefinitely").on("click", function (e) {
|
||||
e.preventDefault();
|
||||
piholeChange("disable", "0");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user