mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-22 23:08:07 +00:00
Don't query pihole if page is hidden anyhow
This commit is contained in:
parent
480211033d
commit
75deb02961
@ -91,8 +91,10 @@ if($uri == "/")
|
||||
// set white background
|
||||
document.body.style.backgroundImage = "none";
|
||||
}
|
||||
|
||||
$( "#btnSearch" ).click();
|
||||
else
|
||||
{
|
||||
$( "#btnSearch" ).click();
|
||||
}
|
||||
// }
|
||||
</script>
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user