make it show password dialog on wrong password

This commit is contained in:
John McLear 2012-12-03 12:05:11 +00:00
parent 4843840d72
commit d09894ce77
2 changed files with 12 additions and 1 deletions

View file

@ -315,6 +315,7 @@ function handshake()
{
$('#loading').hide();
$('#wrongPassword').show();
$('#passwordRequired').show();
$("#passwordinput").focus();
}
}