mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -04:00
added getReadOnlyID
This commit is contained in:
parent
7b030710d2
commit
3e0f30bdde
2 changed files with 18 additions and 3 deletions
|
@ -53,7 +53,7 @@ var functions = {
|
|||
"setText" : ["padID", "text"],
|
||||
"getRevisionsCount" : ["padID"],
|
||||
// "deletePad" : ["padID"],
|
||||
// "getReadOnlyLink" : ["padID"],
|
||||
"getReadOnlyID" : ["padID"],
|
||||
// "setPublicStatus" : ["padID", "publicStatus"],
|
||||
// "getPublicStatus" : ["padID"],
|
||||
// "setPassword" : ["padID", "password"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue