more quotes
This commit is contained in:
parent
71916a7f6f
commit
0849e39f2c
1 changed files with 11 additions and 1 deletions
|
@ -18,6 +18,7 @@
|
||||||
Lorde
|
Lorde
|
||||||
Michael Patrick Kelly
|
Michael Patrick Kelly
|
||||||
Madsen
|
Madsen
|
||||||
|
The Crazy Ex-Girlfriend Cast
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const quotes = [
|
const quotes = [
|
||||||
|
@ -125,6 +126,15 @@ const quotes = [
|
||||||
"Herzrasen; Wohnungstür; Menschenmassen neben mir",
|
"Herzrasen; Wohnungstür; Menschenmassen neben mir",
|
||||||
"Fliegen summen laut wie Presslufthammer, und der Himmel wird zur Schreckenskammer",
|
"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, 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>');
|
$('#quote-text').html('<em>' + quotes[Math.floor(Math.random() * quotes.length)] + '</em>');
|
Loading…
Reference in a new issue