mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
Fixes #1870
Add two functions to API : * getSavedRevisionsCount * listSavedRevisions
This commit is contained in:
parent
768b012e8b
commit
a08c50a77d
4 changed files with 71 additions and 1 deletions
|
@ -368,6 +368,8 @@ var version =
|
|||
, "setHTML" : ["padID", "html"]
|
||||
, "getAttributePool" : ["padID"]
|
||||
, "getRevisionsCount" : ["padID"]
|
||||
, "getSavedRevisionsCount" : ["padID"]
|
||||
, "listSavedRevisions" : ["padID"]
|
||||
, "getRevisionChangeset" : ["padID", "rev"]
|
||||
, "getLastEdited" : ["padID"]
|
||||
, "deletePad" : ["padID"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue