mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 14:47:12 -04:00
add listGroups to API
fix wrong link in tests.html
This commit is contained in:
parent
8e6b451459
commit
7ec4100f0f
4 changed files with 41 additions and 1 deletions
|
@ -38,6 +38,7 @@ catch(e)
|
|||
|
||||
//a list of all functions
|
||||
var functions = {
|
||||
"listGroups" : [],
|
||||
"createGroup" : [],
|
||||
"createGroupIfNotExistsFor" : ["groupMapper"],
|
||||
"deleteGroup" : ["groupID"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue