From 23f17aa26da53596aa5e58e27e1d0d954b9be143 Mon Sep 17 00:00:00 2001 From: LoveEevee Date: Sat, 5 Jan 2019 18:54:06 +0300 Subject: [PATCH] Fix typo in a variable name --- public/src/js/strings.js | 2 +- public/src/js/titlescreen.js | 6 +++--- public/src/views/titlescreen.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/src/js/strings.js b/public/src/js/strings.js index ba5eea3..b1ed85b 100644 --- a/public/src/js/strings.js +++ b/public/src/js/strings.js @@ -1,6 +1,6 @@ class StringsJa{ constructor(){ - this.tilteProceed = "Click or Press Enter!" + this.titleProceed = "Click or Press Enter!" this.categories = { "J-POP": "J-POP", "アニメ": "アニメ", diff --git a/public/src/js/titlescreen.js b/public/src/js/titlescreen.js index af49297..3c5d40b 100644 --- a/public/src/js/titlescreen.js +++ b/public/src/js/titlescreen.js @@ -2,9 +2,9 @@ class Titlescreen{ constructor(){ loader.changePage("titlescreen") this.titleScreen = document.getElementById("title-screen") - var proceed = document.getElementById("tilte-proceed") - proceed.appendChild(document.createTextNode(strings.tilteProceed)) - proceed.setAttribute("alt", strings.tilteProceed) + var proceed = document.getElementById("title-proceed") + proceed.appendChild(document.createTextNode(strings.titleProceed)) + proceed.setAttribute("alt", strings.titleProceed) pageEvents.keyAdd(this, "all", "down", this.keyDown.bind(this)) pageEvents.add(this.titleScreen, ["mousedown", "touchstart"], this.onPressed.bind(this)) diff --git a/public/src/views/titlescreen.html b/public/src/views/titlescreen.html index c2d0b25..91f0fee 100644 --- a/public/src/views/titlescreen.html +++ b/public/src/views/titlescreen.html @@ -1,4 +1,4 @@
太鼓の達人ウェブ
-
+