Commit 200bf98b authored by Oleg.Korshul's avatar Oleg.Korshul

локальная

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66508 954022d7-b5bf-4e40-9824-e11837661b57
parent ed5a0497
...@@ -121,8 +121,10 @@ CHistory.prototype.Have_Changes = function(IsUserSave) ...@@ -121,8 +121,10 @@ CHistory.prototype.Have_Changes = function(IsUserSave)
window["DesktopOfflineAppDocumentApplyChanges"] = function(_changes) window["DesktopOfflineAppDocumentApplyChanges"] = function(_changes)
{ {
window["Asc"]["editor"].asc_nativeApplyChanges(_changes); for (var i = 0, l = _changes.length; i < l; ++i)
window["Asc"]["editor"].asc_nativeCalculateFile(); {
window["Asc"]["editor"].CoAuthoringApi.onSaveChanges(_changes[i], null, true);
}
}; };
///////////////////////////////////////////////////////// /////////////////////////////////////////////////////////
......
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