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:
Chris Coffin
2020-06-01 14:47:33 -04:00
committed by GitHub
parent 0970406701
commit 4cca206810
2 changed files with 3 additions and 3 deletions

View File

@@ -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");
});