Commit 917c48c9 authored by Alexey.Musinov's avatar Alexey.Musinov Committed by Alexey Golubev

add nobase parametr

parent 9c579edf
......@@ -4327,7 +4327,8 @@ function OfflineEditor () {
"format" : "xlsx",
"vkey" : undefined,
"url" : t.initSettings["docURL"],
"title" : this.documentTitle};
"title" : this.documentTitle,
"nobase64" : true};
_api.CoAuthoringApi.auth(t.initSettings["viewmode"], rData);
});
......
......@@ -5909,7 +5909,8 @@ function NativeOpenFile3(_params, documentInfo)
"format" : "docx",
"vkey" : undefined,
"url" : window.documentInfo["docURL"],
"title" : this.documentTitle};
"title" : this.documentTitle,
"nobase64" : true};
_api.CoAuthoringApi.auth(window.documentInfo["viewmode"], rData);
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment