Commit 1210968a authored by Oleg Korshul's avatar Oleg Korshul

Fix bug 33280 , bug 33301

parent e8924bcd
This diff is collapsed.
......@@ -7163,6 +7163,11 @@ function Check_LoadingDataBeforePrepaste(_api, _fonts, _images, _callback)
else
_images[image] = "local";
}
else if (window["AscDesktopEditor"] !== undefined)
{
if (!g_oDocumentUrls.getImageLocal(src))
aImagesToDownload.push(src);
}
else if (!g_oDocumentUrls.getImageUrl(src) && !g_oDocumentUrls.getImageLocal(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