diff --git a/main.js b/main.js index dd43161..3ac5008 100644 --- a/main.js +++ b/main.js @@ -76,7 +76,7 @@ async function PapaParse(department, num, name, sem) { } if(selectedClass.length == 0) { // 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; }