mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-22 14:33:51 +00:00
note that Safari/iOS removes local data after 7 days
This commit is contained in:
parent
60e527287e
commit
bbea64d29f
@ -1681,8 +1681,8 @@ function showWelcomeMessage() {
|
|||||||
{
|
{
|
||||||
element: "#workspace",
|
element: "#workspace",
|
||||||
title: "Code Editor",
|
title: "Code Editor",
|
||||||
content: is_vcs ? "Type your 6502 assembly code into the editor, and it'll be assembled in real-time. All changes are saved to browser local storage."
|
content: is_vcs ? "Type your 6502 assembly code into the editor, and it'll be assembled in real-time. All changes are saved to browser local storage, except on Safari or iOS."
|
||||||
: "Type your source code into the editor, and it'll be compiled in real-time. All changes are saved to browser local storage."
|
: "Type your source code into the editor, and it'll be compiled in real-time. All changes are saved to browser local storage, except on Safari or iOS."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
element: "#emulator",
|
element: "#emulator",
|
||||||
|
Loading…
Reference in New Issue
Block a user