X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=carousel.js;h=841ae6824964528aef09ce187766fadaf495719f;hb=593375711224535e21e359480489883ad6bb0660;hp=926579ceb76206f1d1918b668cf92e143c1afbf8;hpb=f229762296dd4504ced5af1025b2413b52b2c1e6;p=ultimatescore diff --git a/carousel.js b/carousel.js index 926579c..841ae68 100644 --- a/carousel.js +++ b/carousel.js @@ -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(); };