Fix issue 1643 - quote numbers in switch case

Signed-off-by: dnhp <34394848+dnhp@users.noreply.github.com>
This commit is contained in:
dnhp
2020-12-01 12:04:16 +00:00
parent 17d88fc1e1
commit ef6a740370

View File

@@ -185,12 +185,12 @@ $(function () {
'<button type="button" class="btn btn-default btn-sm text-green"><i class="fas fa-check"></i> Whitelist</button>';
isCNAME = true;
break;
case 12:
case "12":
colorClass = "text-green";
fieldtext = "Retried";
buttontext = "";
break;
case 13:
case "13":
colorClass = "text-green";
fieldtext = "Retried <br class='hidden-lg'>(ignored)";
buttontext = "";