This commit is contained in:
Bryan Ashby 2020-07-06 17:59:34 -06:00
parent f5f8b08a27
commit 51f3b0ffce
No known key found for this signature in database
GPG Key ID: B49EB437951D2542
1 changed files with 2 additions and 9 deletions

View File

@ -72,9 +72,6 @@
} }
menus: { menus: {
///////////////////////////////////////////////////////////////////////
// Main Menu
///////////////////////////////////////////////////////////////////////
mainMenu: { mainMenu: {
art: MMENU art: MMENU
desc: Main Menu desc: Main Menu
@ -84,10 +81,6 @@
interrupt: realtime interrupt: realtime
} }
submit: [ submit: [
{
value: { command: "MSG" }
action: @menu:nodeMessage
}
{ {
value: { command: "G" } value: { command: "G" }
action: @menu:fullLogoffSequence action: @menu:fullLogoffSequence
@ -178,8 +171,8 @@
] ]
} }
{ {
value: 1 value: { command: "MSG" }
action: @menu:mainMenu action: @menu:nodeMessage
} }
] ]
} }