回答編集履歴

2

修正

2017/02/05 09:06

投稿

s8_chu
s8_chu

スコア14731

test CHANGED
File without changes

1

修正

2017/02/05 09:06

投稿

s8_chu
s8_chu

スコア14731

test CHANGED
@@ -60,7 +60,11 @@
60
60
 
61
61
  this.src = images[myRnd];
62
62
 
63
+ for (let i = 0; i < getClassName.length; i++) {
64
+
63
- this.disabled = true;
65
+ getClassName[i].disabled = true;
66
+
67
+ }
64
68
 
65
69
  });
66
70