Commit 7f950cf1 authored by GoshaZotov's avatar GoshaZotov

turnoff history(ResetNewUrls)

parent 59708651
...@@ -1374,7 +1374,10 @@ ...@@ -1374,7 +1374,10 @@
AscCommon.sendImgUrls(api, oObjectsForDownload.aUrls, function (data) { AscCommon.sendImgUrls(api, oObjectsForDownload.aUrls, function (data) {
var oImageMap = {}; var oImageMap = {};
History.TurnOff();
AscCommon.ResetNewUrls(data, oObjectsForDownload.aUrls, oObjectsForDownload.aBuilderImagesByUrl, oImageMap); AscCommon.ResetNewUrls(data, oObjectsForDownload.aUrls, oObjectsForDownload.aBuilderImagesByUrl, oImageMap);
History.TurnOn();
callback(); callback();
}, true); }, true);
......
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