空文字でリセットできるようにする
This commit is contained in:
@@ -933,7 +933,7 @@ class SongSelect{
|
|||||||
if (input === null) {
|
if (input === null) {
|
||||||
// キャンセル
|
// キャンセル
|
||||||
} else if (input === "") {
|
} else if (input === "") {
|
||||||
input = "1";
|
baisoku = "1";
|
||||||
} else {
|
} else {
|
||||||
baisoku = input;
|
baisoku = input;
|
||||||
}
|
}
|
||||||
@@ -947,7 +947,7 @@ class SongSelect{
|
|||||||
if (input === null) {
|
if (input === null) {
|
||||||
// キャンセル
|
// キャンセル
|
||||||
} else if (input === "") {
|
} else if (input === "") {
|
||||||
input = "false";
|
doron = "false";
|
||||||
} else {
|
} else {
|
||||||
doron = input;
|
doron = input;
|
||||||
}
|
}
|
||||||
@@ -961,7 +961,7 @@ class SongSelect{
|
|||||||
if (input === null) {
|
if (input === null) {
|
||||||
// キャンセル
|
// キャンセル
|
||||||
} else if (input === "") {
|
} else if (input === "") {
|
||||||
input = "false";
|
abekobe = "false";
|
||||||
} else {
|
} else {
|
||||||
abekobe = input;
|
abekobe = input;
|
||||||
}
|
}
|
||||||
@@ -975,7 +975,7 @@ class SongSelect{
|
|||||||
if (input === null) {
|
if (input === null) {
|
||||||
// キャンセル
|
// キャンセル
|
||||||
} else if (input === "") {
|
} else if (input === "") {
|
||||||
input = "0";
|
detarame = "0";
|
||||||
} else {
|
} else {
|
||||||
detarame = input;
|
detarame = input;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user