remove alert
This commit is contained in:
parent
2a4218120d
commit
46bb9afe6d
com/isoterminal/feat
|
@ -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…
Reference in New Issue