This commit is contained in:
RochesterX
2025-11-28 15:28:45 -05:00
parent 711380db2a
commit b4b27c2872

View File

@@ -146,7 +146,6 @@ async function createStatsTable(playerObject) {
<td>Rush Attempts</td>
<td>Rushing Yards</td>
<td>Rushing Touchdowns</td>
<td>Rushing Touchdowns</td>
<td>Fumbles</td>
`;
tableHeader.appendChild(headerRow);
@@ -159,7 +158,6 @@ async function createStatsTable(playerObject) {
// row.innerHTML += `<td>${player}</td>l`;
//}
rowElement.innerHTML = `
<td><a href="/player/${row.PlayerID}">${row.PlayerName}</a></td>
<td>${row.Season}</td>
<td>${row.SeasonType}</td>
<td>${row.Week}</td>