Skip to content

Commit

Permalink
Fall 2023 Update (The Real One)
Browse files Browse the repository at this point in the history
  • Loading branch information
DereC4 committed Apr 20, 2024
1 parent 7c72ae0 commit edbeeb8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Empty file added docs/analytics.js
Empty file.
4 changes: 0 additions & 4 deletions docs/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ async function PapaParse(department, num, name, sem) {
'sp2020': 'https://derec4.github.io/ut-grade-data/2020%20Spring.json',
};

if(sem == 'f2023') {
alert("Fall 2023 isn't fully released yet");
}

//Update to an array of URL options instead of a lengthy switch statement for readability
const url = semesterURLs[sem] || 'https://derec4.github.io/ut-grade-data/2022%20Fall.json';
const response = await fetch(url);
Expand Down

0 comments on commit edbeeb8

Please sign in to comment.