mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-08 03:02:03 +01:00
change to createDiffHTML
This commit is contained in:
parent
4378561882
commit
51eff0d659
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ var version =
|
||||||
, "deleteGroup" : ["groupID"]
|
, "deleteGroup" : ["groupID"]
|
||||||
, "listPads" : ["groupID"]
|
, "listPads" : ["groupID"]
|
||||||
, "listAllPads" : []
|
, "listAllPads" : []
|
||||||
, "createDiff" : ["padID", "startRev", "endRev"]
|
, "createDiffHTML" : ["padID", "startRev", "endRev"]
|
||||||
, "createPad" : ["padID", "text"]
|
, "createPad" : ["padID", "text"]
|
||||||
, "createGroupPad" : ["groupID", "padName", "text"]
|
, "createGroupPad" : ["groupID", "padName", "text"]
|
||||||
, "createAuthor" : ["name"]
|
, "createAuthor" : ["name"]
|
||||||
|
|
Loading…
Reference in a new issue