Commit d9cdcefc authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

для Revision: 64519

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64521 954022d7-b5bf-4e40-9824-e11837661b57
parent 894f1dbd
......@@ -5873,8 +5873,10 @@ asc_docs_api.prototype.asyncFontsDocumentStartLoaded = function()
if (_loader_object !== undefined && _loader_object != null)
{
for (var i in _loader_object.ImageMap) {
var localUrl = _loader_object.ImageMap[i];
g_oDocumentUrls.addImageUrl(localUrl, documentUrl + 'media/' + localUrl);
if(this.DocInfo.get_OfflineApp()) {
var localUrl = _loader_object.ImageMap[i];
g_oDocumentUrls.addImageUrl(localUrl, documentUrl + 'media/' + localUrl);
}
++_count;
}
}
......
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