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

Bug 29324 - Теряется изображение при экспорте в docx

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@62509 954022d7-b5bf-4e40-9824-e11837661b57
parent af26ebcf
...@@ -56,6 +56,7 @@ function g_fOpenFileCommand (data, Signature, callback) { ...@@ -56,6 +56,7 @@ function g_fOpenFileCommand (data, Signature, callback) {
}; };
var openData = JSON.parse(data); var openData = JSON.parse(data);
var sFileUrl = g_sResourceServiceLocalUrl + openData['urlfile']; var sFileUrl = g_sResourceServiceLocalUrl + openData['urlfile'];
sFileUrl = sFileUrl.replace( /\\/g, "/" );
asc_ajax({ asc_ajax({
url: sFileUrl, url: sFileUrl,
dataType: "text", dataType: "text",
......
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