Fall 2023 Update (The Real One)

This commit is contained in:
2024-04-20 16:11:15 -05:00
parent 7c72ae021c
commit edbeeb8df9
2 changed files with 0 additions and 4 deletions

0
docs/analytics.js Normal file
View File

View File

@@ -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);