]> git.sesse.net Git - ultimatescore/blobdiff - carousel.js
Fix the display of the points in each group.
[ultimatescore] / carousel.js
index 1e7d58851a064e449182c5bd09a70ae9c7b4d902..28fa7ae5757c840ba3afb7f0be6a2c1f92a5edaf 100644 (file)
@@ -369,6 +369,7 @@ function parse_teams_from_spreadsheet(response) {
                        "mediumname": response.values[i][1],
                        "shortname": response.values[i][2],
                        //"tags": response.values[i][3],
+                       "seeding": parseInt(response.values[i][3]),
                        "ngames": 0,
                        "nplayed": 0,
                        "gd": 0,