mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
Merge branch 'develop' of https://github.com/ONLYOFFICE/document-server-integration into develop
This commit is contained in:
@ -624,7 +624,7 @@ app.get("/editor", function (req, res) {
|
||||
modifyContentControl: mode != "blockcontent",
|
||||
mode: canEdit && mode != "view" ? "edit" : "view",
|
||||
canBackToFolder: type != "embedded",
|
||||
backUrl: docManager.getServerUrl(),
|
||||
backUrl: docManager.getServerUrl() + "/",
|
||||
curUserHostAddress: docManager.curUserHostAddress(),
|
||||
lang: lang,
|
||||
userid: userid,
|
||||
|
||||
Reference in New Issue
Block a user