Spaces:
Sleeping
Sleeping
BraydenMoore
commited on
Commit
·
ff0bca6
1
Parent(s):
61f43a3
Update Templates/index.html
Browse files- Templates/index.html +1 -1
Templates/index.html
CHANGED
@@ -318,7 +318,7 @@
|
|
318 |
const rows = table.querySelectorAll('tr');
|
319 |
|
320 |
data.moneylines.forEach((moneyline, index) => {
|
321 |
-
const row = rows[
|
322 |
|
323 |
const winnerCell = row.cells[row.cells.length - 2];
|
324 |
winnerCell.innerHTML = '';
|
|
|
318 |
const rows = table.querySelectorAll('tr');
|
319 |
|
320 |
data.moneylines.forEach((moneyline, index) => {
|
321 |
+
const row = rows[parseInt(moneyline.rowIndex) + 1];
|
322 |
|
323 |
const winnerCell = row.cells[row.cells.length - 2];
|
324 |
winnerCell.innerHTML = '';
|