mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 16:05:05 -04:00
first tentative of adding a field
This commit is contained in:
parent
89d09fa95d
commit
90d2edb2e7
2 changed files with 13 additions and 0 deletions
|
@ -154,6 +154,10 @@ var padeditbar = (function()
|
|||
{
|
||||
ace.ace_doIndentOutdent(true);
|
||||
}
|
||||
else if (cmd == "style")
|
||||
{
|
||||
alert("TOTO");
|
||||
}
|
||||
else if (cmd == 'clearauthorship')
|
||||
{
|
||||
if ((!(ace.ace_getRep().selStart && ace.ace_getRep().selEnd)) || ace.ace_isCaret())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue