Scroll to page bottom when user adds a new password

This commit is contained in:
Gregory Soutade 2017-12-05 08:05:47 +01:00
parent f98cc4a863
commit da4a99a6ef
1 changed files with 2 additions and 0 deletions

View File

@ -761,6 +761,8 @@ function add_password()
startClearTimer();
});
window.scrollTo(0,document.body.scrollHeight);
return true;
}