Commit 356edee8 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Поправил проверку на совместное редактирование

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56834 954022d7-b5bf-4e40-9824-e11837661b57
parent 6b1c4fbd
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
CCollaborativeEditing.prototype.getCollaborativeEditing = function () { CCollaborativeEditing.prototype.getCollaborativeEditing = function () {
if (true !== this.isCoAuthoringExcellEnable() || this.m_bIsViewerMode) if (true !== this.isCoAuthoringExcellEnable() || this.m_bIsViewerMode)
return false; return false;
return 1 === this.m_nUseType; return 1 !== this.m_nUseType;
}; };
//----------------------------------------------------------------------------------- //-----------------------------------------------------------------------------------
......
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