feat: make reset filesystem button look better [skip ci]
This commit is contained in:
parent
2352c53881
commit
10c0dbe48a
1 changed files with 1 additions and 1 deletions
|
|
@ -124,5 +124,5 @@ try {
|
|||
writeln()
|
||||
console.error(e.stack)
|
||||
writeln()
|
||||
terminal.html(terminal.getHTML() + '<a onclick="indexedDB.deleteDatabase(\'virtualfs\')">Reset FileSystem</a>')
|
||||
terminal.html(terminal.getHTML() + '<a href="#" onclick="indexedDB.deleteDatabase(\'virtualfs\')">Would you like to reset the VirtualFS?</a>')
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue