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 77 // https://stackoverflow.com/questions/24531351/retrieve-google-spreadsheet-worksheet-json
88 const studyLink = 'https://spreadsheets.google.com/feeds/list/1PMWsPEfHFC6myMwhdidyr2hhRK5ZA-JrDQzwRoDTFaw/oua1i2d/public/values?alt=json-in-script&callback=text' ;
99 const buildLink = 'https://spreadsheets.google.com/feeds/list/1PMWsPEfHFC6myMwhdidyr2hhRK5ZA-JrDQzwRoDTFaw/oua1i2d/public/values?alt=json-in-script&callback=text' ;
10-
10+
1111 // Getting the side nav buttons.
1212 const html_css_button = document . getElementById ( "HTML&CSS_Tab" ) ;
1313 const js_button = document . getElementById ( "Javascript_Tab" ) ;
490490 xhrHTMLPart.send();
491491 }
492492 /******************* END OF AJAX CALLS *******************************************/
493-
493+
You can’t perform that action at this time.
0 commit comments