mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 20:55:28 +00:00
Show headings if entry is added to list
This commit is contained in:
@@ -69,6 +69,7 @@ function refresh(fade) {
|
||||
}
|
||||
}
|
||||
else {
|
||||
$("h3").show();
|
||||
data.forEach(function (entry, index) {
|
||||
if(entry.substr(0,1) === "*")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user