handle undefined callObj.style

merge-requests/150/merge
nr0q 2021-10-25 13:31:15 -05:00 zatwierdzone przez Matthew Chambers
rodzic 71a2df7e20
commit 7a73c988da
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -111,7 +111,7 @@ function renderNormalRosterRow(callObj, showBands, showModes)
var worker = "<tbody><tr id='" + thisHash + "'>";
if (typeof (callObj) !== "undefined")
if (typeof (callObj) !== "undefined" || typeof (callObj.style) !== "undefined")
{
worker +=
"<td title='" +