diff --git a/docs/main.js b/docs/main.js index 919db00..b660c6b 100644 --- a/docs/main.js +++ b/docs/main.js @@ -49,6 +49,7 @@ async function parseName() { */ async function PapaParse(department, num, name, sem) { const semesterURLs = { + 's2023': 'https://derec4.github.io/ut-grade-data/2023%20Summer.json', 'sp2023': 'https://derec4.github.io/ut-grade-data/2023%20Spring.json', 'f2022': 'https://derec4.github.io/ut-grade-data/2022%20Fall.json', 's2022': 'https://derec4.github.io/ut-grade-data/2022%20Summer.json',