mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 14:44:40 +02:00
* Work with prompts. Prompts now handle special menu "submit" block without form IDs/etc.
This commit is contained in:
parent
a0a97350fe
commit
b8d4741c18
8 changed files with 111 additions and 8 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue