more quotes

This commit is contained in:
Ellpeck 2019-12-27 23:21:32 +01:00
parent 71916a7f6f
commit 0849e39f2c

View file

@ -18,6 +18,7 @@
Lorde
Michael Patrick Kelly
Madsen
The Crazy Ex-Girlfriend Cast
*/
const quotes = [
@ -125,6 +126,15 @@ const quotes = [
"Herzrasen; Wohnungstür; Menschenmassen neben mir",
"Fliegen summen laut wie Presslufthammer, und der Himmel wird zur Schreckenskammer",
"Wenn es einfach passiert, wird mich die Angst nicht kontrolliern",
"Wenn es einfach passiert, lass ich mein Herz über mich regiern"
"Wenn es einfach passiert, lass ich mein Herz über mich regiern",
"I'm so desperately, hopelessly in love with West Covina",
"Stop giving me the shakedown, I am not having a nervous-",
"True happiness is so near",
"Tickety-tock goes the tick tock clock",
"In one indescribable instant, there is no time or space",
"In one indescribable instant, it all falls into place",
"The darkness - he's handsome for a metaphor",
"This session is gonna be different",
"He gives me love kernels"
];
$('#quote-text').html('<em>' + quotes[Math.floor(Math.random() * quotes.length)] + '</em>');