回答編集履歴
1
コメントの追加
test
CHANGED
@@ -35,6 +35,7 @@
|
|
35
35
|
var display =()=>{
|
36
36
|
loadingArea.style = "" //display:noneを消去
|
37
37
|
}
|
38
|
+
//非表示にする
|
38
39
|
var nonDisplay =()=>{
|
39
40
|
loadingArea.style = "display:none" //display:noneを付与
|
40
41
|
}
|