From: Steinar H. Gunderson Date: Wed, 19 Feb 2020 18:32:56 +0000 (+0100) Subject: Tags were never really in use. X-Git-Url: https://git.sesse.net/?p=ultimatescore;a=commitdiff_plain;h=79d13f17aa64d6292b34168d5ff82659fac64b4f Tags were never really in use. --- diff --git a/carousel.js b/carousel.js index 0076031..b4ac56e 100644 --- a/carousel.js +++ b/carousel.js @@ -350,7 +350,7 @@ function parse_teams_from_spreadsheet(response) { "name": response.values[i][0], "mediumname": response.values[i][1], "shortname": response.values[i][2], - "tags": response.values[i][3], + //"tags": response.values[i][3], "nplayed": 0, "gd": 0, "pts": 0,