From 168772b195404f89170080a0e4f3f45dc6140fb6 Mon Sep 17 00:00:00 2001 From: yuuki <> Date: Mon, 9 Dec 2024 13:50:10 +0900 Subject: [PATCH] =?UTF-8?q?=E7=A9=BA=E6=96=87=E5=AD=97=E3=81=A7=E3=83=AA?= =?UTF-8?q?=E3=82=BB=E3=83=83=E3=83=88=E3=81=A7=E3=81=8D=E3=82=8B=E3=82=88?= =?UTF-8?q?=E3=81=86=E3=81=AB=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/src/js/songselect.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/src/js/songselect.js b/public/src/js/songselect.js index 9e32f5c..bc7909d 100644 --- a/public/src/js/songselect.js +++ b/public/src/js/songselect.js @@ -933,7 +933,7 @@ class SongSelect{ if (input === null) { // キャンセル } else if (input === "") { - input = "1"; + baisoku = "1"; } else { baisoku = input; } @@ -947,7 +947,7 @@ class SongSelect{ if (input === null) { // キャンセル } else if (input === "") { - input = "false"; + doron = "false"; } else { doron = input; } @@ -961,7 +961,7 @@ class SongSelect{ if (input === null) { // キャンセル } else if (input === "") { - input = "false"; + abekobe = "false"; } else { abekobe = input; } @@ -975,7 +975,7 @@ class SongSelect{ if (input === null) { // キャンセル } else if (input === "") { - input = "0"; + detarame = "0"; } else { detarame = input; }