mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2025-01-22 21:32:38 +00:00
c64: support call stack view
This commit is contained in:
parent
93aff314c8
commit
99d32a17aa
@ -83,11 +83,11 @@ if (window.location.host.endsWith('8bitworkshop.com')) {
|
||||
<hr>
|
||||
<li><a class="dropdown-item" href="#" id="item_addfile_include">Add Include File...</a></li>
|
||||
<li><a class="dropdown-item" href="#" id="item_addfile_link">Add Linked File...</a></li>
|
||||
<!--
|
||||
<hr>
|
||||
<!--
|
||||
<li><a class="dropdown-item" href="#" id="item_switch_https" style="display:none">Switch to HTTPS...</a></li>
|
||||
<li><a class="dropdown-item" href="#" id="item_request_persist">Request Local Storage Permissions</a></li>
|
||||
-->
|
||||
<li><a class="dropdown-item" href="#" id="item_request_persist">Request Local Storage Permissions</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="dropdown dropdown-submenu">
|
||||
|
BIN
res/c64.wasm
BIN
res/c64.wasm
Binary file not shown.
BIN
res/zx.wasm
BIN
res/zx.wasm
Binary file not shown.
@ -1781,7 +1781,7 @@ function showWelcomeMessage() {
|
||||
//storage:false,
|
||||
steps:steps,
|
||||
onEnd: () => {
|
||||
requestPersistPermission(false, true);
|
||||
//requestPersistPermission(false, true);
|
||||
}
|
||||
});
|
||||
setTimeout(() => { tour.start(); }, 2000);
|
||||
|
Loading…
x
Reference in New Issue
Block a user