diff --git a/app/static/script.js b/app/static/script.js index d683d3d..dcf9ab3 100644 --- a/app/static/script.js +++ b/app/static/script.js @@ -166,9 +166,12 @@ function generateGameBoxes(games, state) { else if (game['Period'] == 3 ) { html += '3rd'; } - else { + else if (game['Period'] == 4 ) { html += 'OT'; } + else { + html += 'SO'; + } html += ''; html += '
' + game['Time Remaining'] + '
'; }