mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 18:06:15 -04:00
quick formatting clean up
This commit is contained in:
parent
8cd9b98b76
commit
e1fa43e640
2 changed files with 3 additions and 2 deletions
|
@ -254,8 +254,9 @@ function handshake()
|
|||
//the access was not granted, give the user a message
|
||||
if(obj.accessStatus)
|
||||
{
|
||||
if(!receivedClientVars)
|
||||
if(!receivedClientVars){
|
||||
$('.passForm').submit(require(module.id).savePassword);
|
||||
}
|
||||
|
||||
if(obj.accessStatus == "deny")
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue