Spaces:
Runtime error
Runtime error
Commit
·
09e600f
1
Parent(s):
45adebd
Update styling
Browse files- Templates/index.html +0 -2
Templates/index.html
CHANGED
@@ -433,7 +433,6 @@
|
|
433 |
const wrapperDiv = document.createElement('div');
|
434 |
wrapperDiv.className = 'winner-wrapper';
|
435 |
if (moneyline.Probabilities[0] > 0.6){
|
436 |
-
winnerCell.classList.add("cell-highlight");
|
437 |
wrapperDiv.classList.add("highlight");
|
438 |
}
|
439 |
|
@@ -470,7 +469,6 @@
|
|
470 |
const overUnderDiv = document.createElement('div');
|
471 |
overUnderDiv.className = 'over-under-wrapper hidden';
|
472 |
if (data.over_unders[index]['Probability'][0] > 0.6){
|
473 |
-
overUnderCell.classList.add("cell-highlight");
|
474 |
overUnderDiv.classList.add("highlight");
|
475 |
}
|
476 |
|
|
|
433 |
const wrapperDiv = document.createElement('div');
|
434 |
wrapperDiv.className = 'winner-wrapper';
|
435 |
if (moneyline.Probabilities[0] > 0.6){
|
|
|
436 |
wrapperDiv.classList.add("highlight");
|
437 |
}
|
438 |
|
|
|
469 |
const overUnderDiv = document.createElement('div');
|
470 |
overUnderDiv.className = 'over-under-wrapper hidden';
|
471 |
if (data.over_unders[index]['Probability'][0] > 0.6){
|
|
|
472 |
overUnderDiv.classList.add("highlight");
|
473 |
}
|
474 |
|