From 8cdd04f0b4475b9b6ed96991847d840c2cafa463 Mon Sep 17 00:00:00 2001 From: Derek Chen <53978637+DereC4@users.noreply.github.com> Date: Sun, 2 Apr 2023 23:48:29 -0500 Subject: [PATCH 1/2] Update config.js --- js/config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/js/config.js b/js/config.js index b47695ae..f3eecd0c 100644 --- a/js/config.js +++ b/js/config.js @@ -49,6 +49,9 @@ Export.png_options = { class Popup {} Popup.num_semesters = 2; +/* +* Funny comments that popup when no classes have been chosen +*/ class Text {} Text.emptyText = function () { let arr = [ @@ -77,6 +80,9 @@ Text.emptyText = function () { "Midterm 1 has been Unmuted", "Omae Wa Mou Shindeiru...", "Bevo Bucks are the new Bitcoin", + "Every day, another brick disappears from Speedway", + "The GDC will annex the EER one day", + "Is the 10 minute hike to Kins worth it?", ]; let index = Math.floor(Math.random() * arr.length); From 17e0ac9465fc2dda0de78be4ea4263af103fee72 Mon Sep 17 00:00:00 2001 From: Derek Chen <53978637+DereC4@users.noreply.github.com> Date: Sun, 2 Apr 2023 23:50:22 -0500 Subject: [PATCH 2/2] Update config.js --- js/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/config.js b/js/config.js index f3eecd0c..6981ad69 100644 --- a/js/config.js +++ b/js/config.js @@ -82,7 +82,7 @@ Text.emptyText = function () { "Bevo Bucks are the new Bitcoin", "Every day, another brick disappears from Speedway", "The GDC will annex the EER one day", - "Is the 10 minute hike to Kins worth it?", + "To hike to Kins, or not to hike to Kins...", ]; let index = Math.floor(Math.random() * arr.length);