mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-24 13:50:17 +00:00
Add notice that the user might have to flush his DNS cache
This commit is contained in:
parent
09bfa2ef77
commit
09bbc81470
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ if($uri == "/")
|
|||
{
|
||||
// Reload page after 5 seconds
|
||||
setTimeout(function(){window.location.reload(1);}, 5000);
|
||||
$( "#whitelistingoutput" ).html("---> Success <---");
|
||||
$( "#whitelistingoutput" ).html("---> Success <---<br/>You may have to flush your DNS cache");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue