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,14 +849,17 @@ function CCollaborativeEditing()
var num_arr = [];
for(var key in map)
if(editor.WordControl.m_oDrawingDocument.IsLockObjectsEnable)
{
if(map.hasOwnProperty(key))
for(var key in map)
{
num_arr.push(parseInt(key, 10));
if(map.hasOwnProperty(key))
{
num_arr.push(parseInt(key, 10));
}
}
num_arr.sort(fSortAscending);
}
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