Commit ce975599 authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Событие "asc_onDocumentModifiedChanged" снова посылаем в быстром совместном редактировании.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66751 954022d7-b5bf-4e40-9824-e11837661b57
parent b8606fc9
......@@ -445,9 +445,7 @@ asc_docs_api.prototype.SetUnchangedDocument = function()
asc_docs_api.prototype.SetDocumentModified = function(bValue)
{
this.isDocumentModify = bValue;
if (true !== CollaborativeEditing.Is_Fast() || true === CollaborativeEditing.Is_SingleUser())
this.asc_fireCallback("asc_onDocumentModifiedChanged");
this.asc_fireCallback("asc_onDocumentModifiedChanged");
if (undefined !== window["AscDesktopEditor"])
{
......
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