Skip to content

Commit

Permalink
Fall 2023 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
DereC4 committed Mar 4, 2024
1 parent 0cd3bcc commit 9920722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ <h1>About</h1>
<form>
<label for="dropdown">Semester:</label>
<select id="semester" name="dropdown">
<option value="f2023">Fall 2023</option>
<option value="s2023">Summer 2023</option>
<option value="sp2023">Spring 2023</option>
<option value="f2022">Fall 2022</option>
Expand Down
1 change: 1 addition & 0 deletions docs/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ async function parseName() {
*/
async function PapaParse(department, num, name, sem) {
const semesterURLs = {
'f2023': 'https://derec4.github.io/ut-grade-data/2023%20Fall.json',
'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',
Expand Down

0 comments on commit 9920722

Please sign in to comment.