remove alert
This commit is contained in:
parent
2a4218120d
commit
46bb9afe6d
1 changed files with 0 additions and 1 deletions
|
|
@ -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[36m${m.key})[0m ${m.title(this.opts)}\n`
|
msg += `\r[36m${m.key})[0m ${m.title(this.opts)}\n`
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue