質問編集履歴
2
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -52,7 +52,7 @@
|
|
52
52
|
|
53
53
|
} else if (conut > 10) {
|
54
54
|
|
55
|
-
error.textContent = "
|
55
|
+
error.textContent = "10個以内で選択してください";
|
56
56
|
|
57
57
|
return false;
|
58
58
|
|
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -28,7 +28,7 @@
|
|
28
28
|
|
29
29
|
```
|
30
30
|
|
31
|
-
function
|
31
|
+
function check() {
|
32
32
|
|
33
33
|
var hoge = document.getElementsByClassName('hoge');
|
34
34
|
|