質問編集履歴
1
false→trueに変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -40,7 +40,7 @@
|
|
40
40
|
|
41
41
|
if(this.B === ''){
|
42
42
|
|
43
|
-
B('disabled',
|
43
|
+
this.B('disabled', true);
|
44
44
|
|
45
45
|
}
|
46
46
|
|