Commit 2d47a185 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

не перерисовываем когда один посылает изменения

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60176 954022d7-b5bf-4e40-9824-e11837661b57
parent e3e82e29
......@@ -849,6 +849,8 @@ function CCollaborativeEditing()
var num_arr = [];
if(editor.WordControl.m_oDrawingDocument.IsLockObjectsEnable)
{
for(var key in map)
{
if(map.hasOwnProperty(key))
......@@ -857,6 +859,7 @@ function CCollaborativeEditing()
}
}
num_arr.sort(fSortAscending);
}
this.m_aNeedUnlock.length = 0;
this.m_aNeedUnlock2.length = 0;
......
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