good ol disclaimer

This commit is contained in:
2023-05-03 22:03:11 -05:00
parent 7abc850bce
commit 7e992624f9
2 changed files with 4 additions and 1 deletions

View File

@@ -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 {