From 4843840d72095229e022b81629fb6639ef201946 Mon Sep 17 00:00:00 2001 From: John McLear Date: Mon, 3 Dec 2012 11:44:30 +0000 Subject: [PATCH] last JS fix --- src/static/js/pad.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/js/pad.js b/src/static/js/pad.js index 54d44278..316802bf 100644 --- a/src/static/js/pad.js +++ b/src/static/js/pad.js @@ -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") {