handle undefined callObj.style

pipelines/432154651^2
nr0q 2021-10-25 13:31:15 -05:00
rodzic f6f3b72a7f
commit 490d456d6e
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 + "'>"; var worker = "<tbody><tr id='" + thisHash + "'>";
if (typeof (callObj) !== "undefined") if (typeof (callObj) !== "undefined" || typeof (callObj.style) !== "undefined")
{ {
worker += worker +=
"<td title='" + "<td title='" +