Commit 743ddb42 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

добавил коммент

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57343 954022d7-b5bf-4e40-9824-e11837661b57
parent bc596d77
...@@ -1758,6 +1758,7 @@ ...@@ -1758,6 +1758,7 @@
/*if(0 == src.indexOf("file:")) /*if(0 == src.indexOf("file:"))
this.oImages[image] = "local"; this.oImages[image] = "local";
else*/ else*/
//TODO не вставляется картинка из EXCEL - стоит base64 грузить на сервер bug 22957
if(false == (0 == src.indexOf("data:") || 0 == src.indexOf(api.documentUrl) || 0 == src.indexOf(api.documentUrl))) if(false == (0 == src.indexOf("data:") || 0 == src.indexOf(api.documentUrl) || 0 == src.indexOf(api.documentUrl)))
aImagesToDownload.push(src); aImagesToDownload.push(src);
}; };
......
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