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

правка для bug 22957

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57378 954022d7-b5bf-4e40-9824-e11837661b57
parent d4433d20
...@@ -1767,7 +1767,7 @@ ...@@ -1767,7 +1767,7 @@
this.oImages[image] = "local"; this.oImages[image] = "local";
else*/ else*/
//TODO не вставляется картинка из EXCEL - стоит base64 грузить на сервер bug 22957 //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