Commit fdf52f9b authored by SergeyLuzyanin's avatar SergeyLuzyanin

pluginMethod_PasteHtml

parent 4a99a56c
......@@ -1274,11 +1274,14 @@
if (true)
{
this.checkLongActionCallback(function ()
{
document.body.removeChild(_elem);
_elem = null;
}, null);
var fCallback = function ()
{
document.body.removeChild(_elem);
_elem = null;
};
if(this.checkLongActionCallback(fCallback, null)){
fCallback();
}
}
else
{
......
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