Automatically come back to top when timeout is raised and clear keys are cleaned

This commit is contained in:
Grégory Soutadé 2017-04-17 20:37:26 +02:00
parent 82cef032eb
commit bc2a510b8d
1 changed files with 1 additions and 0 deletions

View File

@ -298,6 +298,7 @@ function startClearTimer()
{ {
clearMasterKey(); clearMasterKey();
change_master_key(false); change_master_key(false);
scrollToTop();
} }
, CLEAR_TIME); , CLEAR_TIME);
} }