diff options
author | John McLear <john@mclear.co.uk> | 2012-05-19 05:41:49 -0700 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2012-05-19 05:41:49 -0700 |
commit | 53bfc380af1a4ed65eb7c6d6edd0a461552bc681 (patch) | |
tree | ec72a3fcdf4fa26a42a42f2c3bbee8350c7e68b0 /src/static/js/pad.js | |
parent | f3036eb124845f9cb893ab8745b516e7053d5534 (diff) | |
parent | d65092e0672ba947bcb838a8124644dbf0c67a2c (diff) | |
download | etherpad-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.js | 7 |
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()) |