Fix
This commit is contained in:
@@ -146,7 +146,6 @@ async function createStatsTable(playerObject) {
|
|||||||
<td>Rush Attempts</td>
|
<td>Rush Attempts</td>
|
||||||
<td>Rushing Yards</td>
|
<td>Rushing Yards</td>
|
||||||
<td>Rushing Touchdowns</td>
|
<td>Rushing Touchdowns</td>
|
||||||
<td>Rushing Touchdowns</td>
|
|
||||||
<td>Fumbles</td>
|
<td>Fumbles</td>
|
||||||
`;
|
`;
|
||||||
tableHeader.appendChild(headerRow);
|
tableHeader.appendChild(headerRow);
|
||||||
@@ -159,7 +158,6 @@ async function createStatsTable(playerObject) {
|
|||||||
// row.innerHTML += `<td>${player}</td>l`;
|
// row.innerHTML += `<td>${player}</td>l`;
|
||||||
//}
|
//}
|
||||||
rowElement.innerHTML = `
|
rowElement.innerHTML = `
|
||||||
<td><a href="/player/${row.PlayerID}">${row.PlayerName}</a></td>
|
|
||||||
<td>${row.Season}</td>
|
<td>${row.Season}</td>
|
||||||
<td>${row.SeasonType}</td>
|
<td>${row.SeasonType}</td>
|
||||||
<td>${row.Week}</td>
|
<td>${row.Week}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user