css hacks
This commit is contained in:
@@ -173,7 +173,7 @@ async function createStatsTable(playerObject) {
|
||||
console.log(row)
|
||||
rowElement.innerHTML = `
|
||||
<td>${row.season}</td>
|
||||
<td>${row.seasontype == "REG" ? "Regular" : "Post"}</td>
|
||||
<td>${row.seasontype == "REG" ? "Reg" : "Post"}</td>
|
||||
<td>${row.week}</td>
|
||||
<td>${row.pass_attempts}</td>
|
||||
<td>${row.complete_pass}</td>
|
||||
|
||||
Reference in New Issue
Block a user