remove the exception handler for callObj.style because need to fix the root cause

merge-requests/150/merge
nr0q 2021-10-25 14:00:29 -05:00 zatwierdzone przez Matthew Chambers
rodzic 7a73c988da
commit 9fed1b4aca
1 zmienionych plików z 12 dodań i 15 usunięć

Wyświetl plik

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