Commit 9cf77ba3 authored by Sergey.Tsarkov's avatar Sergey.Tsarkov Committed by Alexander.Trofimov

удалили лишнего

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56389 954022d7-b5bf-4e40-9824-e11837661b57
parent 61c72839
......@@ -1554,7 +1554,7 @@ asc_docs_api.prototype._coAuthoringInit = function()
var oColor = null !== nColor ? new CDocumentColor( (nColor >> 16) & 0xFF, (nColor >> 8) & 0xFF, nColor & 0xFF ) : new CDocumentColor( 191, 255, 199 );
t._coAuthoringSetChanges(e, oColor);
var Count = e.length;
// т.е. если bSendEvent не задан, то посылаем сообщение + когда загрузился документ
if ( Count > 0 && false != bSendEvent && t.bInit_word_control )
t.sync_CollaborativeChanges();
......
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