Commit 2c5840dc authored by GoshaZotov's avatar GoshaZotov

+ previous revision(for mobile version)

parent 2676dc9f
...@@ -1965,13 +1965,14 @@ background-repeat: no-repeat;\ ...@@ -1965,13 +1965,14 @@ background-repeat: no-repeat;\
{ {
if (sBase64 === null) if (sBase64 === null)
{ {
var oCopyProcessor = new AscCommon.CopyProcessor(this);
if(window["NATIVE_EDITOR_ENJINE"]) if(window["NATIVE_EDITOR_ENJINE"])
{ {
var oCopyProcessor = new AscCommon.CopyProcessor(this, true);
sBase64 = oCopyProcessor.getSelectedBinary(); sBase64 = oCopyProcessor.getSelectedBinary();
} }
else else
{ {
var oCopyProcessor = new AscCommon.CopyProcessor(this);
sBase64 = oCopyProcessor.Start(); sBase64 = oCopyProcessor.Start();
} }
} }
......
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