This commit is contained in:
2023-04-24 19:10:34 -05:00
parent fb8fc6fc01
commit fd310e3c48

View File

@@ -76,7 +76,7 @@ async function PapaParse(department, num, name, sem) {
} }
if(selectedClass.length == 0) { if(selectedClass.length == 0) {
// Still can't find anything? Just exit without making a chart and alert that nothing could be found // Still can't find anything? Just exit without making a chart and alert that nothing could be found
alert("No data found on " + className); alert("No data found");
return; return;
} }