Compare commits
3 Commits
feature/bu
...
legacy
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a642d0d9d2 | ||
|
|
17e0ac9465 | ||
|
|
8cdd04f0b4 |
@@ -49,6 +49,9 @@ Export.png_options = {
|
|||||||
class Popup {}
|
class Popup {}
|
||||||
Popup.num_semesters = 2;
|
Popup.num_semesters = 2;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Funny comments that popup when no classes have been chosen
|
||||||
|
*/
|
||||||
class Text {}
|
class Text {}
|
||||||
Text.emptyText = function () {
|
Text.emptyText = function () {
|
||||||
let arr = [
|
let arr = [
|
||||||
@@ -77,6 +80,9 @@ Text.emptyText = function () {
|
|||||||
"Midterm 1 has been Unmuted",
|
"Midterm 1 has been Unmuted",
|
||||||
"Omae Wa Mou Shindeiru...",
|
"Omae Wa Mou Shindeiru...",
|
||||||
"Bevo Bucks are the new Bitcoin",
|
"Bevo Bucks are the new Bitcoin",
|
||||||
|
"Every day, another brick disappears from Speedway",
|
||||||
|
"The GDC will annex the EER one day",
|
||||||
|
"To hike to Kins, or not to hike to Kins...",
|
||||||
];
|
];
|
||||||
let index = Math.floor(Math.random() * arr.length);
|
let index = Math.floor(Math.random() * arr.length);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user