X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=quickl3.js;h=ffb20bd48cb2e67b9ea69ddaa4f90083beb5b6d3;hb=fe24af7266193f4908d73c49403387af8c819acc;hp=4487c298c80708ca71460cf7a2233307104d56f8;hpb=e25a399bc8ae3c714dc2535b5af80591679f2efa;p=ultimatescore diff --git a/quickl3.js b/quickl3.js index 4487c29..ffb20bd 100644 --- a/quickl3.js +++ b/quickl3.js @@ -28,7 +28,7 @@ function load_l3(sheet, prefix, cb) text = text.replace(/\n/, '
'); let subtext = response.values[i][3]; if (subtext === undefined || subtext === '') { - subtext = 'Norwegian Ultimate Championships 2018'; + subtext = 'Trøndisk 2018'; } l3s[prefix + number] = { @@ -43,7 +43,7 @@ function load_l3(sheet, prefix, cb) } cb(l3s, sheet); }; - req.open('GET', 'https://sheets.googleapis.com/v4/spreadsheets/1VyLIS2GeohLlIRFs6c8kk6g0ZnBFXXiYNh_JROC-iZM/values/\'' + sheet + '\'!A1:J50?key=AIzaSyAuP9yQn8g0bSay6r_RpGtpFeIbwprH1TU'); + req.open('GET', 'https://sheets.googleapis.com/v4/spreadsheets/1Mp6sWSxxvRl3YCCx4-RPlnCyuzkgNbJW1iCHnsH-9Ks/values/\'' + sheet + '\'!A1:J50?key=AIzaSyAuP9yQn8g0bSay6r_RpGtpFeIbwprH1TU'); req.send(); };