[ARVADOS-WORKBENCH2] updated: 2.2.1-84-g405bb231

Git user git at public.arvados.org
Mon Sep 20 18:28:53 UTC 2021


Summary of changes:
 public/webshell/index.html | 2 ++
 1 file changed, 2 insertions(+)

       via  405bb231a0cb75e41fdcdf22ce268fe592a2edfd (commit)
      from  1cbc8f98d5b9591f99b3f2c6efcaceaf04ab4831 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 405bb231a0cb75e41fdcdf22ce268fe592a2edfd
Author: Stephen Smith <stephen at curii.com>
Date:   Mon Sep 20 14:28:27 2021 -0400

    17229: Webshell don't update idle timer when timed out
    
    Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>

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);
         }

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list