mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 10:26:15 -04:00
Moving the toolbar plugin calls.
This commit is contained in:
parent
988653b8ce
commit
90837437c5
4 changed files with 16 additions and 9 deletions
|
@ -131,6 +131,9 @@ var padeditbar = (function()
|
|||
if (this.commands[cmd]) {
|
||||
this.commands[cmd](cmd, padeditor.ace);
|
||||
}
|
||||
else {
|
||||
console.log("Command doesn't exist", cmd);
|
||||
}
|
||||
}
|
||||
if(padeditor.ace) padeditor.ace.focus();
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue