Unspecified is no error, so make it black

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2017-12-31 17:20:41 +01:00
parent f5930e134c
commit 6500d46289

View File

@@ -194,6 +194,7 @@ $(document).ready(function() {
}
else
{
$("td:eq(5)", row).css("color","black");
$("td:eq(5)", row).html( "-" );
}
},