From fd310e3c489155643a76bef34151d62c8541cc59 Mon Sep 17 00:00:00 2001 From: HW Computer Date: Mon, 24 Apr 2023 19:10:34 -0500 Subject: [PATCH] oops --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }