Show headings if entry is added to list

This commit is contained in:
DL6ER
2017-01-11 22:38:50 +01:00
parent e24c35a528
commit fce8fe6021

View File

@@ -69,6 +69,7 @@ function refresh(fade) {
}
}
else {
$("h3").show();
data.forEach(function (entry, index) {
if(entry.substr(0,1) === "*")
{