summaryrefslogtreecommitdiff
path: root/src/static/js/pad.js
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2012-05-19 05:41:49 -0700
committerJohn McLear <john@mclear.co.uk>2012-05-19 05:41:49 -0700
commit53bfc380af1a4ed65eb7c6d6edd0a461552bc681 (patch)
treeec72a3fcdf4fa26a42a42f2c3bbee8350c7e68b0 /src/static/js/pad.js
parentf3036eb124845f9cb893ab8745b516e7053d5534 (diff)
parentd65092e0672ba947bcb838a8124644dbf0c67a2c (diff)
downloadetherpad-lite-53bfc380af1a4ed65eb7c6d6edd0a461552bc681.zip
Merge pull request #703 from cweider/remove-onclick
Remove onclick
Diffstat (limited to 'src/static/js/pad.js')
-rw-r--r--src/static/js/pad.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/static/js/pad.js b/src/static/js/pad.js
index 5e680373..d055a1f2 100644
--- a/src/static/js/pad.js
+++ b/src/static/js/pad.js
@@ -682,13 +682,6 @@ var pad = {
paduserlist.removeGuestPrompt(msg.guestId);
}
},
- editbarClick: function(cmd)
- {
- if (padeditbar)
- {
- padeditbar.toolbarClick(cmd);
- }
- },
dmesg: function(m)
{
if (pad.getIsDebugEnabled())