Spaces:
Running
Running
Update interface.js
Browse files- interface.js +1 -1
interface.js
CHANGED
|
@@ -177,7 +177,7 @@ const currentScriptTag = document.currentScript;
|
|
| 177 |
window.addEventListener('orientationchange', setMenuContentMaxSize);
|
| 178 |
|
| 179 |
// --- HELP PANEL DEFAULT VISIBILITY ---
|
| 180 |
-
menuContent.style.display =
|
| 181 |
|
| 182 |
viewerContainerElem.style.display = 'block';
|
| 183 |
|
|
|
|
| 177 |
window.addEventListener('orientationchange', setMenuContentMaxSize);
|
| 178 |
|
| 179 |
// --- HELP PANEL DEFAULT VISIBILITY ---
|
| 180 |
+
menuContent.style.display = 'block';
|
| 181 |
|
| 182 |
viewerContainerElem.style.display = 'block';
|
| 183 |
|