Home
last modified time | relevance | path

Searched refs:autologoff_check (Results 1 – 1 of 1) sorted by relevance

/plugin/autologoff/
Dscript.js9 var autologofftimer = window.setTimeout(autologoff_check, (JSINFO.autologoff - 1) * 60 * 1000);
18 function autologoff_check() { function
53 autologofftimer = window.setTimeout(autologoff_check, timeremains * 1000);
64 autologofftimer = window.setTimeout(autologoff_check, (timeremains - 60) * 1000);