diff --git a/app/static/script.js b/app/static/script.js index 9282d56..468719d 100644 --- a/app/static/script.js +++ b/app/static/script.js @@ -244,7 +244,9 @@ function teamRow(game, side, state) { const sogHtml = (state === 'live' || state === 'final') && sog !== undefined ? `${sog} SOG` : ''; - const ppHtml = state === 'live' && pp ? teamPpIndicator(pp) : ''; + const ppHtml = state === 'live' && pp + ? teamPpIndicator(pp, game['Intermission']) + : ''; const subParts = [sogHtml, ppHtml].filter(Boolean).join(''); const subline = subParts ? `