diff --git a/server/resources/gpass.js b/server/resources/gpass.js index 0ebac4c..6d98d2c 100755 --- a/server/resources/gpass.js +++ b/server/resources/gpass.js @@ -761,6 +761,8 @@ function add_password() startClearTimer(); }); + window.scrollTo(0,document.body.scrollHeight); + return true; }