mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
added deleteGroup API function
This commit is contained in:
parent
e79f29f67d
commit
e771542961
3 changed files with 91 additions and 1 deletions
|
@ -37,7 +37,7 @@ catch(e)
|
|||
var functions = {
|
||||
"createGroup" : [],
|
||||
"createGroupIfNotExistsFor" : ["groupMapper"],
|
||||
// "deleteGroup" : ["groupID"],
|
||||
"deleteGroup" : ["groupID"],
|
||||
"listPads" : ["groupID"],
|
||||
"createPad" : ["padID", "text"],
|
||||
"createGroupPad" : ["groupID", "padName", "text"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue