Fix: Console display should be set to none
This commit is contained in:
parent
da03138d5c
commit
8a63f73839
@ -142,7 +142,7 @@
|
||||
<button id="toggle-console">Toggle Console View</button>
|
||||
<button id="back-button" onclick="window.location.href='/'">Back to Index</button>
|
||||
</div>
|
||||
<div id="console"></div>
|
||||
<div style="display: none;" id="console"></div>
|
||||
<script>
|
||||
let isPaused = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user