mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
java: json passed to docserver contained escaped parameters
This commit is contained in:
@ -71,7 +71,7 @@
|
||||
};
|
||||
|
||||
var сonnectEditor = function () {
|
||||
var config = <%= FileModel.Serialize(Model) %>;
|
||||
var config = JSON.parse('<%= FileModel.Serialize(Model) %>');
|
||||
config.width = "100%";
|
||||
config.height = "100%";
|
||||
config.events = {
|
||||
|
||||
Reference in New Issue
Block a user