Summer 2023 update!

This commit is contained in:
2023-12-28 13:42:15 -06:00
parent 572e9ae558
commit cae4134f9a

View File

@@ -49,6 +49,7 @@ async function parseName() {
*/ */
async function PapaParse(department, num, name, sem) { async function PapaParse(department, num, name, sem) {
const semesterURLs = { const semesterURLs = {
's2023': 'https://derec4.github.io/ut-grade-data/2023%20Summer.json',
'sp2023': 'https://derec4.github.io/ut-grade-data/2023%20Spring.json', 'sp2023': 'https://derec4.github.io/ut-grade-data/2023%20Spring.json',
'f2022': 'https://derec4.github.io/ut-grade-data/2022%20Fall.json', 'f2022': 'https://derec4.github.io/ut-grade-data/2022%20Fall.json',
's2022': 'https://derec4.github.io/ut-grade-data/2022%20Summer.json', 's2022': 'https://derec4.github.io/ut-grade-data/2022%20Summer.json',