handle bug line 114

merge-requests/150/merge
nr0q 2021-10-25 12:42:58 -05:00 zatwierdzone przez Matthew Chambers
rodzic 8d5117b76b
commit 71a2df7e20
1 zmienionych plików z 16 dodań i 12 usunięć

Wyświetl plik

@ -110,6 +110,9 @@ function renderNormalRosterRow(callObj, showBands, showModes)
}
var worker = "<tbody><tr id='" + thisHash + "'>";
if (typeof (callObj) !== "undefined")
{
worker +=
"<td title='" +
callObj.awardReason +
@ -122,6 +125,7 @@ function renderNormalRosterRow(callObj, showBands, showModes)
"\")'>" +
callStr +
"</td>";
}
if (showBands)
{