From 7e992624f950d8ed1cf7d718325b35049eb48c4c Mon Sep 17 00:00:00 2001 From: Derek Chen Date: Wed, 3 May 2023 22:03:11 -0500 Subject: [PATCH] good ol disclaimer --- docs/index.html | 2 +- docs/main.js | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 0db57b4..65edcec 100644 --- a/docs/index.html +++ b/docs/index.html @@ -54,7 +54,7 @@



- +

diff --git a/docs/main.js b/docs/main.js index 9896812..5f5fb27 100644 --- a/docs/main.js +++ b/docs/main.js @@ -69,6 +69,9 @@ async function PapaParse(department, num, name, sem, unique) { .then(res => res.json()) .then(data => { cData = data; }); let selectedClass = ''; + if(sem.substring(0,2)==='s2') { + + } if(unique) { selectedClass = cData.filter(cData => cData['Section Number'] == unique); } else {