mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
add back in 10 second functionality
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user