Scroll to page bottom when user adds a new password
This commit is contained in:
parent
f98cc4a863
commit
da4a99a6ef
|
@ -761,6 +761,8 @@ function add_password()
|
|||
startClearTimer();
|
||||
});
|
||||
|
||||
window.scrollTo(0,document.body.scrollHeight);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user