last JS fix

This commit is contained in:
John McLear 2012-12-03 11:44:30 +00:00
parent b0463bd7d5
commit 4843840d72

View file

@ -298,7 +298,7 @@ function handshake()
//the access was not granted, give the user a message
if(!receivedClientVars && obj.accessStatus)
{
$('.passForm').submit(pad.savePassword);
$('.passForm').submit(require(module.id).savePassword);
if(obj.accessStatus == "deny")
{