stop password being clearly visible

This commit is contained in:
John McLear 2012-12-03 13:10:32 +00:00
parent 0b92fdfc62
commit b3e55f64a8
3 changed files with 3 additions and 2 deletions

View file

@ -202,6 +202,7 @@ function savePassword()
createCookie("password",$("#passwordinput").val(),null,document.location.pathname);
//reload
document.location=document.location;
return false;
}
function handshake()