Add notice that the user might have to flush his DNS cache

This commit is contained in:
DL6ER 2016-12-30 12:27:33 +00:00
parent 09bfa2ef77
commit 09bbc81470

View file

@ -132,7 +132,7 @@ if($uri == "/")
{ {
// Reload page after 5 seconds // Reload page after 5 seconds
setTimeout(function(){window.location.reload(1);}, 5000); setTimeout(function(){window.location.reload(1);}, 5000);
$( "#whitelistingoutput" ).html("---> Success <---"); $( "#whitelistingoutput" ).html("---> Success <---<br/>You may have to flush your DNS cache");
} }
else else
{ {