Fixed: those stupid lines
This commit is contained in:
parent
f05405fe1c
commit
a43059f0f9
|
@ -13,13 +13,13 @@ const messages = [
|
||||||
'Loading humorous message... Please Wait',
|
'Loading humorous message... Please Wait',
|
||||||
'I could\'ve been faster in Python',
|
'I could\'ve been faster in Python',
|
||||||
'Don\'t forget to rewind your episodes',
|
'Don\'t forget to rewind your episodes',
|
||||||
'Congratulations! you are the 1000th visitor.',
|
'Congratulations! You are the 10,000th visitor.',
|
||||||
'HELP! I\'m being held hostage and forced to write these stupid lines!',
|
'HELP! I\'m being held hostage and forced to write these stupid lines!',
|
||||||
'RE-calibrating the internet...',
|
'RE-calibrating the internet...',
|
||||||
'I\'ll be here all week',
|
'I\'ll be here all week',
|
||||||
'Don\'t forget to tip your waitress',
|
'Don\'t forget to tip your waitress',
|
||||||
'Apply directly to the forehead',
|
'Apply directly to the forehead',
|
||||||
'Loading Battlestation'
|
'Loading Battlestations'
|
||||||
];
|
];
|
||||||
|
|
||||||
let message = null;
|
let message = null;
|
||||||
|
|
Loading…
Reference in New Issue