Remove onclick attributes from editbar.

This commit is contained in:
Chad Weider 2012-02-29 14:13:02 -08:00
parent c406d076de
commit dc0fb12b09
3 changed files with 25 additions and 25 deletions

View file

@ -683,13 +683,6 @@ var pad = {
paduserlist.removeGuestPrompt(msg.guestId);
}
},
editbarClick: function(cmd)
{
if (padeditbar)
{
padeditbar.toolbarClick(cmd);
}
},
dmesg: function(m)
{
if (pad.getIsDebugEnabled())