]> git.sesse.net Git - ultimatescore/blobdiff - quickl3.js
Check in some scripts based on OR-tools to try to generate good group schedules.
[ultimatescore] / quickl3.js
index 4487c298c80708ca71460cf7a2233307104d56f8..bec001acb114b23fae458b82942ef96d56d944c5 100644 (file)
@@ -28,7 +28,7 @@ function load_l3(sheet, prefix, cb)
                        text = text.replace(/\n/, '<br />');
                        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/18pTqrwSoqrb9_M9HJkiijMBAPppuSnFDAYEezZTKh00/values/\'' + sheet + '\'!A1:J50?key=AIzaSyAuP9yQn8g0bSay6r_RpGtpFeIbwprH1TU');
        req.send();
 };