Commit 7946dfff authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

git-svn-id:...

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51615 954022d7-b5bf-4e40-9824-e11837661b57
parent febf50d5
...@@ -3737,6 +3737,7 @@ asc_docs_api.prototype.OpenDocumentEndCallback = function() ...@@ -3737,6 +3737,7 @@ asc_docs_api.prototype.OpenDocumentEndCallback = function()
{ {
if (this.isApplyChangesOnOpenEnabled) if (this.isApplyChangesOnOpenEnabled)
{ {
this.isApplyChangesOnOpenEnabled = false;
if (CollaborativeEditing.m_bUse == true) if (CollaborativeEditing.m_bUse == true)
{ {
this.isApplyChangesOnOpen = true; this.isApplyChangesOnOpen = true;
...@@ -3744,8 +3745,6 @@ asc_docs_api.prototype.OpenDocumentEndCallback = function() ...@@ -3744,8 +3745,6 @@ asc_docs_api.prototype.OpenDocumentEndCallback = function()
CollaborativeEditing.Apply_Changes(); CollaborativeEditing.Apply_Changes();
CollaborativeEditing.Release_Locks(); CollaborativeEditing.Release_Locks();
this.bNoSendComments = false; this.bNoSendComments = false;
this.isApplyChangesOnOpenEnabled = false;
return; return;
} }
} }
......
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