From: Stephen Smith Date: Mon, 20 Sep 2021 18:28:27 +0000 (-0400) Subject: 17229: Webshell don't update idle timer when timed out X-Git-Tag: 2.3.0~2^2~2 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/405bb231a0cb75e41fdcdf22ce268fe592a2edfd 17229: Webshell don't update idle timer when timed out Arvados-DCO-1.1-Signed-off-by: Stephen Smith --- diff --git a/public/webshell/index.html b/public/webshell/index.html index 126962b6..42ef9a44 100644 --- a/public/webshell/index.html +++ b/public/webshell/index.html @@ -61,6 +61,8 @@ //logout sh.sendKeys('03'); // Ctrl + c sh.sendKeys('04'); // Ctrl + d + document.body.onmousemove = undefined; + document.body.onkeydown = undefined; } else { setTimeout(checkIdleTimer, 1000); }