* Work with prompts. Prompts now handle special menu "submit" block without form IDs/etc.

This commit is contained in:
Bryan Ashby 2015-08-06 23:08:10 -06:00
parent a0a97350fe
commit b8d4741c18
8 changed files with 111 additions and 8 deletions

View file

@ -107,7 +107,6 @@ function Client(input, output) {
//
// Every 1m, check for idle.
//
console.log('idleLogoutSeconds=' + Config.misc.idleLogoutSeconds)
this.idleCheck = setInterval(function checkForIdle() {
var nowMs = Date.now();