From 0849e39f2c7f4ba78e92a3b6949f50bdc4b074d2 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 27 Dec 2019 23:21:32 +0100 Subject: [PATCH] more quotes --- scripts/quote.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/scripts/quote.js b/scripts/quote.js index 4f52d3c..e0facc6 100644 --- a/scripts/quote.js +++ b/scripts/quote.js @@ -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('' + quotes[Math.floor(Math.random() * quotes.length)] + ''); \ No newline at end of file