From edbeeb8df9f0b84d4310ac96c15c7f8b7c1eac06 Mon Sep 17 00:00:00 2001 From: Derek Chen Date: Sat, 20 Apr 2024 16:11:15 -0500 Subject: [PATCH] Fall 2023 Update (The Real One) --- docs/analytics.js | 0 docs/main.js | 4 ---- 2 files changed, 4 deletions(-) create mode 100644 docs/analytics.js diff --git a/docs/analytics.js b/docs/analytics.js new file mode 100644 index 0000000..e69de29 diff --git a/docs/main.js b/docs/main.js index e5d74d4..b97df3a 100644 --- a/docs/main.js +++ b/docs/main.js @@ -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);