From 593375711224535e21e359480489883ad6bb0660 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 20 Feb 2018 22:50:42 +0100 Subject: [PATCH] Switch to a different spreadsheet. --- carousel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }; -- 2.39.2