From 23e7708ee400458c706a8ce25a13e0506bfbb4dc Mon Sep 17 00:00:00 2001 From: Promofaux Date: Sat, 18 Feb 2017 00:49:59 +0000 Subject: [PATCH] add back in 10 second functionality --- scripts/pi-hole/js/footer.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/pi-hole/js/footer.js b/scripts/pi-hole/js/footer.js index 0cc956f6..94ef7c02 100644 --- a/scripts/pi-hole/js/footer.js +++ b/scripts/pi-hole/js/footer.js @@ -73,6 +73,7 @@ $("#pihole-disable-permanently").on("click", function(e){ }); $("#pihole-disable-10s").on("click", function(e){ e.preventDefault(); + piholeChange("disable","10"); setCountdownTarget(10); setTimeout(countDown,1000); });