diff options
author | John McLear <john@mclear.co.uk> | 2012-12-03 11:44:30 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2012-12-03 11:44:30 +0000 |
commit | 4843840d72095229e022b81629fb6639ef201946 (patch) | |
tree | e3b6135f62696f6240ac430886608be0bf97c951 /src/static/js/pad.js | |
parent | b0463bd7d5c64b25cff95718e9b529320a10586e (diff) | |
download | etherpad-lite-4843840d72095229e022b81629fb6639ef201946.zip |
last JS fix
Diffstat (limited to 'src/static/js/pad.js')
-rw-r--r-- | src/static/js/pad.js | 2 |
1 files changed, 1 insertions, 1 deletions
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") { |