Commit 98b7bb58 authored by GoshaZotov's avatar GoshaZotov

+ previous rev.

parent 4e2e31a1
......@@ -2517,7 +2517,7 @@ PasteProcessor.prototype =
var oObjectsForDownload = GetObjectsForImageDownload(aContent.aPastedImages);
if(oObjectsForDownload.aUrls.length > 0)
{
if(onlyBinary && window["NativeCorrectImageUrlOnPaste"])
if(bIsOnlyFromBinary && window["NativeCorrectImageUrlOnPaste"])
{
var url;
for(var i = 0, length = aContent.aPastedImages.length; i < length; ++i)
......
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