Commit fe11d52a authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

AddImageInChanges

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64149 954022d7-b5bf-4e40-9824-e11837661b57
parent 257c62c3
......@@ -7702,6 +7702,14 @@ window["asc_docs_api"].prototype["asc_nativeApplyChanges2"] = function(data, isF
CollaborativeEditing.OnEnd_ReadForeignChanges();
if (window["NATIVE_EDITOR_ENJINE"] === true && window["native"]["AddImageInChanges"])
{
var _new_images = CollaborativeEditing.m_aNewImages;
var _new_images_len = _new_images.length;
for (var nImage = 0; nImage < _new_images_len; nImage++)
window["native"]["AddImageInChanges"](_new_images[nImage]);
}
}
g_oIdCounter.Set_Load( false );
......
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