diff options
author | Chad Weider <cweider@oofn.net> | 2012-02-29 14:13:02 -0800 |
---|---|---|
committer | Chad Weider <cweider@oofn.net> | 2012-05-13 15:33:22 -0700 |
commit | dc0fb12b09925bdf408d9b70c33283653a2bbd29 (patch) | |
tree | e85219a2a0370995ac0092b941612033f6bfee63 /src/static/js/pad.js | |
parent | c406d076de3e063d5158f6b8d3cde2d9e78ef174 (diff) | |
download | etherpad-lite-dc0fb12b09925bdf408d9b70c33283653a2bbd29.zip |
Remove onclick attributes from editbar.
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 dbbee43c..99f4a0b9 100644 --- a/src/static/js/pad.js +++ b/src/static/js/pad.js @@ -683,13 +683,6 @@ var pad = { paduserlist.removeGuestPrompt(msg.guestId); } }, - editbarClick: function(cmd) - { - if (padeditbar) - { - padeditbar.toolbarClick(cmd); - } - }, dmesg: function(m) { if (pad.getIsDebugEnabled()) |