mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 14:19:13 -04:00
forgot that change
This commit is contained in:
parent
8fbc96dd7a
commit
97119b9bdd
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ var functions = {
|
|||
"createGroup" : [],
|
||||
"createGroupIfNotExistsFor" : ["groupMapper"],
|
||||
"deleteGroup" : ["groupID"],
|
||||
"listPads" : ["groupID"],
|
||||
"listAllPads" : [],
|
||||
"listGroupPads" : ["groupID"],
|
||||
"createPad" : ["padID", "text"],
|
||||
"createGroupPad" : ["groupID", "padName", "text"],
|
||||
"createAuthor" : ["name"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue