Bullspippen / We-The-North

1 stars 2 forks source link

Featurejs #51

Closed Bullspippen closed 1 year ago

Bullspippen commented 1 year ago

Rows 190/191

Place Space in front of "Score" to now read " Score" as it was attached to team1 and team2 within table on landing page

let rowDataTeam1 = $('').text(team1 + " Score: " + team1Score); let rowDataTeam2 = $('').text(team2 + " Score: " + team2Score);