mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
make it show password dialog on wrong password
This commit is contained in:
parent
4843840d72
commit
d09894ce77
2 changed files with 12 additions and 1 deletions
|
@ -315,6 +315,7 @@ function handshake()
|
|||
{
|
||||
$('#loading').hide();
|
||||
$('#wrongPassword').show();
|
||||
$('#passwordRequired').show();
|
||||
$("#passwordinput").focus();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue