Commit 44411180 authored by Oleg Korshul's avatar Oleg Korshul

onlychain bugs

parent dbb6f65d
...@@ -7424,13 +7424,13 @@ background-repeat: no-repeat;\ ...@@ -7424,13 +7424,13 @@ background-repeat: no-repeat;\
{ {
this.asc_CloseFile(); this.asc_CloseFile();
var oLogicDocument = this.WordControl.m_oLogicDocument;
this.FontLoader.IsLoadDocumentFonts2 = true; this.FontLoader.IsLoadDocumentFonts2 = true;
this.OpenDocument2(this.DocumentUrl, binaryFile); this.OpenDocument2(this.DocumentUrl, binaryFile);
if (fields) if (fields)
this.asc_SetBlockChainData(fields); this.asc_SetBlockChainData(fields);
var oLogicDocument = this.WordControl.m_oLogicDocument;
if (oLogicDocument) if (oLogicDocument)
{ {
AscCommon.CollaborativeEditing.Set_GlobalLock(true); AscCommon.CollaborativeEditing.Set_GlobalLock(true);
......
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