From 17f5431a6abefb34f59953cc56ea9a1507a4f3ca Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Tue, 10 May 2022 11:01:18 +0800 Subject: Fix track title spelling: "T.V" -> "T.V." --- data/words.json | 8 ++++---- index.html | 1 + index.js | 2 +- words.html | 6 +++--- words.js | 8 ++++---- 5 files changed, 13 insertions(+), 12 deletions(-) diff --git a/data/words.json b/data/words.json index a286a42..c037213 100644 --- a/data/words.json +++ b/data/words.json @@ -609,10 +609,10 @@ {"track":"Bounce Man","word":"went","lines":["'Cause this went straight to voicemail"]}, {"track":"Bounce Man","word":"state","lines":["If you don't reply, I'll know you must have crossed state lines"]}, {"track":"Bounce Man","word":"amenities","lines":["Just let me know you're good on your amenities"]}, -{"track":"We Don't Believe What's On T.V","word":"fail","lines":["I need to know that when I fail you'll still be here"]}, -{"track":"We Don't Believe What's On T.V","word":"dreamer","lines":["When I wake up from a dreamer's sleep"]}, -{"track":"We Don't Believe What's On T.V","word":"T.V","lines":["We don't believe what's on T.V"]}, -{"track":"We Don't Believe What's On T.V","word":"stick","lines":["'Cause if you stick around I'll sing you pretty sounds"]}, +{"track":"We Don't Believe What's On T.V.","word":"fail","lines":["I need to know that when I fail you'll still be here"]}, +{"track":"We Don't Believe What's On T.V.","word":"dreamer","lines":["When I wake up from a dreamer's sleep"]}, +{"track":"We Don't Believe What's On T.V.","word":"T.V.","lines":["We don't believe what's on T.V."]}, +{"track":"We Don't Believe What's On T.V.","word":"stick","lines":["'Cause if you stick around I'll sing you pretty sounds"]}, {"track":"Ruby","word":"royalty","lines":["Ruby, you're royalty in your home land, they all call you \"Queen\""]}, {"track":"Ruby","word":"pure","lines":["You're true and pure"]}, {"track":"Ruby","word":"arrival","lines":["But with your great arrival that shade has turned to red"]}, diff --git a/index.html b/index.html index e36599a..ae37031 100644 --- a/index.html +++ b/index.html @@ -167,6 +167,7 @@
  • 2022-04-30: Misc lyric fixes
  • 2022-04-30: Add trivia
  • 2022-05-07: Remove "beast" (Migraine)
  • +
  • 2022-05-10: Add the final "." in "We Don't Believe What's On T.V."
  • diff --git a/index.js b/index.js index 879e3e0..7e2f8e9 100644 --- a/index.js +++ b/index.js @@ -18,7 +18,7 @@ let songsPicked = 0; function newWord() { if (WORDS.length == 0) { // what the hell - // why would anyone click Next 1002 times + // why would anyone click Next a thousand times wordElem.innerHTML = "There are no more words." return; } diff --git a/words.html b/words.html index 7796622..8c0cd3b 100644 --- a/words.html +++ b/words.html @@ -640,9 +640,9 @@ went'Cause this went straight to voicemail stateIf you don't reply, I'll know you must have crossed state lines amenitiesJust let me know you're good on your amenities -We Don't Believe What's On T.VfailI need to know that when I fail you'll still be here +We Don't Believe What's On T.V.failI need to know that when I fail you'll still be here dreamerWhen I wake up from a dreamer's sleep -T.VWe don't believe what's on T.V +T.V.We don't believe what's on T.V. stick'Cause if you stick around I'll sing you pretty sounds RubyroyaltyRuby, you're royalty in your home land, they all call you "Queen" pureYou're true and pure @@ -1117,7 +1117,7 @@ sixSmithereens spentNo Chances stateBounce Man -stickWe Don't Believe What's On T.V +stickWe Don't Believe What's On T.V. suchMigraine supposedForest sweetChoker diff --git a/words.js b/words.js index 963e6f8..af3624e 100644 --- a/words.js +++ b/words.js @@ -609,10 +609,10 @@ let WORDS = [ {track:"Bounce Man",word:"went",lines:["'Cause this went straight to voicemail"]}, {track:"Bounce Man",word:"state",lines:["If you don't reply, I'll know you must have crossed state lines"]}, {track:"Bounce Man",word:"amenities",lines:["Just let me know you're good on your amenities"]}, -{track:"We Don't Believe What's On T.V",word:"fail",lines:["I need to know that when I fail you'll still be here"]}, -{track:"We Don't Believe What's On T.V",word:"dreamer",lines:["When I wake up from a dreamer's sleep"]}, -{track:"We Don't Believe What's On T.V",word:"T.V",lines:["We don't believe what's on T.V"]}, -{track:"We Don't Believe What's On T.V",word:"stick",lines:["'Cause if you stick around I'll sing you pretty sounds"]}, +{track:"We Don't Believe What's On T.V.",word:"fail",lines:["I need to know that when I fail you'll still be here"]}, +{track:"We Don't Believe What's On T.V.",word:"dreamer",lines:["When I wake up from a dreamer's sleep"]}, +{track:"We Don't Believe What's On T.V.",word:"T.V.",lines:["We don't believe what's on T.V."]}, +{track:"We Don't Believe What's On T.V.",word:"stick",lines:["'Cause if you stick around I'll sing you pretty sounds"]}, {track:"Ruby",word:"royalty",lines:["Ruby, you're royalty in your home land, they all call you \"Queen\""]}, {track:"Ruby",word:"pure",lines:["You're true and pure"]}, {track:"Ruby",word:"arrival",lines:["But with your great arrival that shade has turned to red"]}, -- cgit v1.2.3