last JS fix
This commit is contained in:
parent
b0463bd7d5
commit
4843840d72
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ function handshake()
|
||||||
//the access was not granted, give the user a message
|
//the access was not granted, give the user a message
|
||||||
if(!receivedClientVars && obj.accessStatus)
|
if(!receivedClientVars && obj.accessStatus)
|
||||||
{
|
{
|
||||||
$('.passForm').submit(pad.savePassword);
|
$('.passForm').submit(require(module.id).savePassword);
|
||||||
|
|
||||||
if(obj.accessStatus == "deny")
|
if(obj.accessStatus == "deny")
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue