Merge branch 'devel' into tweak/exact_searching

This commit is contained in:
DL6ER
2020-06-14 20:48:08 +02:00
committed by GitHub
22 changed files with 1216 additions and 1123 deletions

View File

@@ -258,7 +258,8 @@ $(function () {
isCNAME = true;
break;
default:
fieldtext = "Unknown (" + data[4] + ")";
colorClass = false;
fieldtext = "Unknown (" + parseInt(data[4], 10) + ")";
buttontext = "";
}