Skip to content

Commit

Permalink
修正
Browse files Browse the repository at this point in the history
  • Loading branch information
IsakiMatsubara committed Jan 5, 2021
1 parent 8bd4fa0 commit 8fe0972
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions command-standalone.html
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@

if (Support) {
//ローディング画面の削除
Lcommand.style.display = '';
Lcommand.style.display = 'none';
Lsetting.style.display = 'none';
LNoSupport.style.display = 'none';
LTitle.style.display = '';
Expand Down Expand Up @@ -841,7 +841,7 @@
}

Lsetting.style.display = '';
//Lcommand.style.display = 'none';
Lcommand.style.display = 'none';
});

//フルスクリーン
Expand Down Expand Up @@ -1053,7 +1053,7 @@
HSlider.disabled = true;
CButton3.setAttribute('src', 'image/GyroOff.png');
}
//Lcommand.style.display = '';
Lcommand.style.display = '';
Lsetting.style.display = 'none';
});

Expand Down

0 comments on commit 8fe0972

Please sign in to comment.