]> git.sesse.net Git - ultimatescore/commitdiff
Switch to a different spreadsheet.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 20 Feb 2018 21:50:42 +0000 (22:50 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 20 Feb 2018 21:50:42 +0000 (22:50 +0100)
carousel.js

index 926579ceb76206f1d1918b668cf92e143c1afbf8..841ae6824964528aef09ce187766fadaf495719f 100644 (file)
@@ -515,7 +515,7 @@ function get_group(group_name, cb)
        req.onload = function(e) {
                cb(JSON.parse(req.responseText), group_name);
        };
-       req.open('GET', 'https://sheets.googleapis.com/v4/spreadsheets/1CwRHQtpokVMGTPJu2FYYG-6rnG7OfISIcEHwBfXh-Y4/values/\'' + group_name + '\'!A1:J50?key=AIzaSyAuP9yQn8g0bSay6r_RpGtpFeIbwprH1TU');
+       req.open('GET', 'https://sheets.googleapis.com/v4/spreadsheets/122tIwrXTi5ug0Vv6Np5w3pVwEWE2KkjWxtzQQfGtOZA/values/\'' + group_name + '\'!A1:J50?key=AIzaSyAuP9yQn8g0bSay6r_RpGtpFeIbwprH1TU');
        req.send();
 };