mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
stop password being clearly visible
This commit is contained in:
parent
0b92fdfc62
commit
b3e55f64a8
3 changed files with 3 additions and 2 deletions
|
@ -202,6 +202,7 @@ function savePassword()
|
|||
createCookie("password",$("#passwordinput").val(),null,document.location.pathname);
|
||||
//reload
|
||||
document.location=document.location;
|
||||
return false;
|
||||
}
|
||||
|
||||
function handshake()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue