Merge pull request #703 from cweider/remove-onclick

Remove onclick
This commit is contained in:
John McLear 2012-05-19 05:41:49 -07:00
commit 53bfc380af
5 changed files with 126 additions and 98 deletions

View file

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