From 4d2991a8d05b23222912fb904b436af5f4d740c2 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 18 Feb 2020 00:54:56 +0100 Subject: [PATCH] =?utf8?q?Add=20a=20comment=20about=20what=20=E2=80=9CMark?= =?utf8?q?=20game=E2=80=9D=20means.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- update_sheets.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/update_sheets.js b/update_sheets.js index 1459ae1..5794b6f 100644 --- a/update_sheets.js +++ b/update_sheets.js @@ -311,6 +311,9 @@ function fill_playoff(replacements, teams) { replacements.unshift(["L " + game_name2, team1]); } } else if (game[5]) { + // No score yet, so write the name of the game (e.g. “L-semi 1”) + // where the score would normally be, to mark what this game is called. + // This is useful with the limited space on the tablet. score1 = score2 = ""; updates.push({ "range": cell_score1, "values": [ [ game[4] ] ] }); } -- 2.39.2