summaryrefslogtreecommitdiff
path: root/src/static/js/pad.js
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2012-12-03 11:44:30 +0000
committerJohn McLear <john@mclear.co.uk>2012-12-03 11:44:30 +0000
commit4843840d72095229e022b81629fb6639ef201946 (patch)
treee3b6135f62696f6240ac430886608be0bf97c951 /src/static/js/pad.js
parentb0463bd7d5c64b25cff95718e9b529320a10586e (diff)
downloadetherpad-lite-4843840d72095229e022b81629fb6639ef201946.zip
last JS fix
Diffstat (limited to 'src/static/js/pad.js')
-rw-r--r--src/static/js/pad.js2
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")
{