remove alert

This commit is contained in:
Leon van Kammen 2025-02-21 16:01:51 +01:00
parent 2a4218120d
commit 46bb9afe6d
1 changed files with 0 additions and 1 deletions
com/isoterminal/feat

View File

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