note that Safari/iOS removes local data after 7 days

This commit is contained in:
Steven Hugg 2020-03-27 13:59:03 -05:00
parent 60e527287e
commit bbea64d29f
1 changed files with 2 additions and 2 deletions

View File

@ -1681,8 +1681,8 @@ function showWelcomeMessage() {
{
element: "#workspace",
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."
: "Type your source code into the editor, and it'll be compiled 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, except on Safari or iOS."
},
{
element: "#emulator",