kopia lustrzana https://gitlab.com/gridtracker.org/gridtracker
handle bug line 114
rodzic
8b40d56acc
commit
f6f3b72a7f
|
@ -110,6 +110,9 @@ function renderNormalRosterRow(callObj, showBands, showModes)
|
||||||
}
|
}
|
||||||
|
|
||||||
var worker = "<tbody><tr id='" + thisHash + "'>";
|
var worker = "<tbody><tr id='" + thisHash + "'>";
|
||||||
|
|
||||||
|
if (typeof (callObj) !== "undefined")
|
||||||
|
{
|
||||||
worker +=
|
worker +=
|
||||||
"<td title='" +
|
"<td title='" +
|
||||||
callObj.awardReason +
|
callObj.awardReason +
|
||||||
|
@ -122,6 +125,7 @@ function renderNormalRosterRow(callObj, showBands, showModes)
|
||||||
"\")'>" +
|
"\")'>" +
|
||||||
callStr +
|
callStr +
|
||||||
"</td>";
|
"</td>";
|
||||||
|
}
|
||||||
|
|
||||||
if (showBands)
|
if (showBands)
|
||||||
{
|
{
|
||||||
|
|
Ładowanie…
Reference in New Issue