mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
added setText and simplified getText
This commit is contained in:
parent
820c18c7e9
commit
d5d9830dd3
2 changed files with 146 additions and 71 deletions
|
@ -49,8 +49,8 @@ var functions = {
|
|||
// "listSessionsOfAuthor" : ["authorID"],
|
||||
// "deleteAllSessionsOfGroup" : ["groupID"],
|
||||
// "deleteAllSessionsOfAuthor" : ["authorID"],
|
||||
"getText" : ["padID", "rev"]
|
||||
// "setText" : ["padID", "text"]
|
||||
"getText" : ["padID", "rev"],
|
||||
"setText" : ["padID", "text"]
|
||||
// "getRevisionsCount" : ["padID"],
|
||||
// "deletePad" : ["padID"],
|
||||
// "getReadOnlyLink" : ["padID"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue