File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
// https://stackoverflow.com/questions/24531351/retrieve-google-spreadsheet-worksheet-json
8
8
const studyLink = 'https://spreadsheets.google.com/feeds/list/1PMWsPEfHFC6myMwhdidyr2hhRK5ZA-JrDQzwRoDTFaw/oua1i2d/public/values?alt=json-in-script&callback=text' ;
9
9
const buildLink = 'https://spreadsheets.google.com/feeds/list/1PMWsPEfHFC6myMwhdidyr2hhRK5ZA-JrDQzwRoDTFaw/oua1i2d/public/values?alt=json-in-script&callback=text' ;
10
-
10
+
11
11
// Getting the side nav buttons.
12
12
const html_css_button = document . getElementById ( "HTML&CSS_Tab" ) ;
13
13
const js_button = document . getElementById ( "Javascript_Tab" ) ;
490
490
xhrHTMLPart.send();
491
491
}
492
492
/******************* END OF AJAX CALLS *******************************************/
493
-
493
+
You can’t perform that action at this time.
0 commit comments