summaryrefslogtreecommitdiff
path: root/src/static/js
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2014-03-29 13:32:34 +0000
committerJohn McLear <john@mclear.co.uk>2014-03-29 13:32:34 +0000
commit54bf17bfea01284929d7b8d89010b91070d5e33e (patch)
tree0976e9b8d94c44a4005caac3298a34c14dd7523f /src/static/js
parentc1ef3f4801e85f44e054f9b58d86aada71a068ce (diff)
downloadetherpad-lite-54bf17bfea01284929d7b8d89010b91070d5e33e.zip
fix error on focus remove from import/export
Diffstat (limited to 'src/static/js')
-rw-r--r--src/static/js/pad_editbar.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/js/pad_editbar.js b/src/static/js/pad_editbar.js
index c6dd9ed8..1857bd03 100644
--- a/src/static/js/pad_editbar.js
+++ b/src/static/js/pad_editbar.js
@@ -206,7 +206,7 @@ var padeditbar = (function()
if(module.css('display') != "none")
{
- $("#" + modules[i] + "link").removeClass("selected");
+ $("#" + module[i] + "link").removeClass("selected");
module.slideUp("fast", cb);
returned = true;
}