mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 22:57:11 -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
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>API Test and Examples Page</title>
|
||||
<script type="text/javascript" src="js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="js/jquery.js"></script>
|
||||
<style type="text/css">
|
||||
body {
|
||||
font-size:9pt;
|
||||
|
@ -139,6 +139,7 @@
|
|||
</table>
|
||||
<div class="results"/>
|
||||
</div>
|
||||
<div class="define">listGroups()</div>
|
||||
<div class="define">createGroup()</div>
|
||||
<div class="define">deleteGroup(groupID)</div>
|
||||
<div class="define">createGroupIfNotExistsFor(groupMapper)</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue