diff --git a/main/scripts/quote.js b/main/scripts/quote.js index 3f7222d..91cf06f 100644 --- a/main/scripts/quote.js +++ b/main/scripts/quote.js @@ -1,34 +1,10 @@ /* - Song lyric credits: - Owl City - The All-American Rejects - Yellowcard - Daniel Powter - Marianas Trench - Fall Out Boy - Maroon 5 - The Script - Poppy - IAMX - The Faint - Coldplay - dodie - blink-182 - Albert Hammond, Jr. - Lorde - Michael Patrick Kelly - Madsen - The Crazy Ex-Girlfriend Cast - Wir Sind Helden - Juli - MALINDA - Demi Lovato - Taylor Swift - Paramore - The 88 - Hamilton + Song lyrics totally stolen from Owl City, The All-American Rejects, Yellowcard, Daniel Powter, + Marianas Trench, Fall Out Boy, Maroon 5, The Script, Poppy, IAMX, The Faint, Coldplay, dodie, + blink-182, Albert Hammond Jr, Lorde, Michael Patrick Kelly, Madsen, The Crazy Ex-Girlfriend Cast, + Wir Sind Helden, Juli, MALINDA, Demi Lovato, Taylor Swift, Paramore, The 88, Hamilton, Lil Nas X. + Thanks for making my life better with your songs. <3 */ - const quotes = [ "I'm an oddity and that's alright", "There's no such thing as luck", @@ -370,6 +346,12 @@ const quotes = [ "That's when I'll be waiting at the front gate", "When I see your face, I'll let you in, and baby, that's when", "I don't know why all the trees change in the fall", - "I had the best day with you today" + "I had the best day with you today", + "Call me when you want, call me when you need", + "Call me in the morning, I'll be on the way", + "Call me by your name", + "Tell me you love me in private", + "I do not care if you lying", + "I'm not fazed, only here to sin" ]; $('#quote-text').html(`🎵 ${quotes[Math.floor(Math.random() * quotes.length)]}`); \ No newline at end of file