Skip to content

Commit

Permalink
Add more interesting loading messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacharyEspiritu committed Jul 24, 2018
1 parent deb52be commit f13f080
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions _includes/preloader.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,43 +2,46 @@
<script type="text/javascript" src="/javascripts/please-wait.min.js"></script>
<script type="text/javascript">
const loadingMessages = ["Buying more watermelons...",
"Constructing additional pylons...",
"Dancing to Stepmania...",
"Designing more app icons...",
"Digging for treasure...",
"Downloading extra RAM...",
"Drinking more lychee bubble tea...",
"Eating more seaweed...",
"Escaping the loading page...",
"Figuring out how to close vim...",
"Finding more friends...",
"Finding the stash of loading messages...",
"Getting the actors ready...",
"Hoping this works...",
"Grading student assignments...",
"Holding TA hours...",
"Illuminating the stories of the people in the street...",
"Inserting random caption...",
"Keeping the coffee sweet...",
"Loading humorous message...",
"Looking around at how lucky we are to be alive right now...",
"Mixing drinks and changing lives...",
"Negotiating for net neutrality...",
"Not throwing away his shot...",
"Patching a security vulnerability...",
"Playing Kirby by spamming Down-B...",
"Printing more trading cards...",
"Programming the flux capacitor...",
"Publishing next edition of the newspaper...",
"Publishing the next edition of the newspaper...",
"Putting bubbles in the seltzer...",
"Reassembling the string cheese...",
"Searching for romance...",
"Setting up the lights...",
"Sending a Slack message...",
"Shipping quickly and often...",
"Slacking the other team members...",
"Solving more physics problems...",
"Sorting the lines...",
"Speeching and debating...",
"Spinning up the hamster...",
"Swapping time and space...",
"Tapping the white tiles...",
"Taking some photos...",
"Thinking past tomorrow...",
"Tightening loose screws...",
"Trying to catch them all...",
"Trying to go faster...",
"Turning on the lights...",
"Warming up the particle accelerator...",
"Writing every night like he's running out of time..."]
const loadingMessage = loadingMessages[Math.floor(Math.random() * loadingMessages.length)];
Expand Down

0 comments on commit f13f080

Please sign in to comment.