mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
split createPad to createPad and createGroupPad
This commit is contained in:
parent
3e0f30bdde
commit
8dabdc8e95
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@ var functions = {
|
|||
// "getMappedGroup4" : ["groupMapper"],
|
||||
// "deleteGroup" : ["groupID"],
|
||||
// "listPads" : ["groupID"],
|
||||
// "createPad" : ["groupID", "padName", "text"],
|
||||
// "createPad" : ["padName", "text"],
|
||||
// "createGroupPad" : ["groupID", "padName", "text"],
|
||||
// "createAuthor" : ["name"],
|
||||
// "getMappedAuthor4" : ["authorMapper" , "name"],
|
||||
// "createSession" : ["groupID", "authorID", "validUntil"],
|
||||
|
|
Loading…
Reference in a new issue