Fall 2023 Update
This commit is contained in:
@@ -67,6 +67,7 @@
|
|||||||
<form>
|
<form>
|
||||||
<label for="dropdown">Semester:</label>
|
<label for="dropdown">Semester:</label>
|
||||||
<select id="semester" name="dropdown">
|
<select id="semester" name="dropdown">
|
||||||
|
<option value="f2023">Fall 2023</option>
|
||||||
<option value="s2023">Summer 2023</option>
|
<option value="s2023">Summer 2023</option>
|
||||||
<option value="sp2023">Spring 2023</option>
|
<option value="sp2023">Spring 2023</option>
|
||||||
<option value="f2022">Fall 2022</option>
|
<option value="f2022">Fall 2022</option>
|
||||||
|
|||||||
@@ -50,6 +50,7 @@ async function parseName() {
|
|||||||
*/
|
*/
|
||||||
async function PapaParse(department, num, name, sem) {
|
async function PapaParse(department, num, name, sem) {
|
||||||
const semesterURLs = {
|
const semesterURLs = {
|
||||||
|
'f2023': 'https://derec4.github.io/ut-grade-data/2023%20Fall.json',
|
||||||
's2023': 'https://derec4.github.io/ut-grade-data/2023%20Summer.json',
|
'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',
|
||||||
|
|||||||
Reference in New Issue
Block a user