removed alert()
Some checks failed
/ mirror_to_github (push) Failing after 2m0s
/ test (push) Successful in 9s

This commit is contained in:
Leon van Kammen 2025-02-21 16:03:10 +01:00
parent 20e0854c5a
commit 435ac2fc51
4 changed files with 2 additions and 3 deletions

@ -1 +1 @@
Subproject commit 2a4218120d133cf4481df9490839e6d82466c322
Subproject commit 46bb9afe6dc9a9de2a34f6923bdb448942af0c31

BIN
xrsh.com

Binary file not shown.

View file

@ -1 +1 @@
0b3fa80255fdfeffba185e6e48fc93916812ff04e3024c05e5a3140693a738ac xrsh.com
a90c0872fe2ebda680a8340533a60bd7f842b7d9e3b265b0ad0589f826796c9a xrsh.com

View file

@ -3224,7 +3224,6 @@ ISOTerminal.prototype.bootMenu = function(e){
const autoboot = e.detail.bootMenu || autobootURL
if( !autoboot ){
alert("ja")
let msg = '\n\r'
this.boot.menu.map( (m) => {
msg += `\r${m.key}) ${m.title(this.opts)}\n`