fix: add shootout indicator
This commit is contained in:
@@ -166,9 +166,12 @@ function generateGameBoxes(games, state) {
|
|||||||
else if (game['Period'] == 3 ) {
|
else if (game['Period'] == 3 ) {
|
||||||
html += '3rd';
|
html += '3rd';
|
||||||
}
|
}
|
||||||
else {
|
else if (game['Period'] == 4 ) {
|
||||||
html += 'OT';
|
html += 'OT';
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
html += 'SO';
|
||||||
|
}
|
||||||
html += '</div>';
|
html += '</div>';
|
||||||
html += '<div class="live-time">' + game['Time Remaining'] + '</div>';
|
html += '<div class="live-time">' + game['Time Remaining'] + '</div>';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user