Spaces:
Running
Running
BraydenMoore
commited on
Commit
•
4bcfa0b
1
Parent(s):
1194aae
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[data.
|
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[data.moneyline.rowIndex + 1];
|
322 |
|
323 |
const winnerCell = row.cells[row.cells.length - 2];
|
324 |
winnerCell.innerHTML = '';
|