質問編集履歴
1
a
test
CHANGED
File without changes
|
test
CHANGED
@@ -26,10 +26,6 @@
|
|
26
26
|
|
27
27
|
document.getElementById('checkSubmit').disabled = "disabled";
|
28
28
|
|
29
|
-
let inputElement = document.querySelector('button');
|
30
|
-
|
31
|
-
inputElement.disabled = false;
|
32
|
-
|
33
29
|
}
|
34
30
|
|
35
31
|
}
|