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 {