mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -04:00
fix bugs, add force option to overwrite destination
This commit is contained in:
parent
93fcab0461
commit
52a99eb9e5
3 changed files with 60 additions and 24 deletions
|
@ -240,8 +240,8 @@ var version =
|
|||
, "getRevisionChangeset" : ["padID", "rev"]
|
||||
, "getLastEdited" : ["padID"]
|
||||
, "deletePad" : ["padID"]
|
||||
, "copyPad" : ["sourceID", "destinationID"]
|
||||
, "movePad" : ["sourceID", "destinationID"]
|
||||
, "copyPad" : ["sourceID", "destinationID", "force"]
|
||||
, "movePad" : ["sourceID", "destinationID", "force"]
|
||||
, "getReadOnlyID" : ["padID"]
|
||||
, "setPublicStatus" : ["padID", "publicStatus"]
|
||||
, "getPublicStatus" : ["padID"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue