Skip to content

Commit 1b43622

Browse files
authored
creating new variables for full time and part time
1 parent e2866b0 commit 1b43622

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/study_sorter.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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");
@@ -490,4 +490,4 @@
490490
xhrHTMLPart.send();
491491
}
492492
/******************* END OF AJAX CALLS *******************************************/
493-
493+

0 commit comments

Comments
 (0)