Commit 8c3269ac authored by Alexander Yuzhin's avatar Alexander Yuzhin

[DE mobile] License check. Fixed open/save TXT. Undo/redo warning on co-authtoring.

parent 840cc376
......@@ -249,13 +249,15 @@ define([
if (format) {
if (format == Asc.c_oAscFileType.TXT) {
uiApp.confirm(
me.warnDownloadAs,
me.notcriticalErrorTitle,
function () {
me.api.asc_DownloadAs(format);
}
);
_.delay(function () {
uiApp.confirm(
me.warnDownloadAs,
me.notcriticalErrorTitle,
function () {
me.api.asc_DownloadAs(format);
}
);
}, 300);
} else {
me.api.asc_DownloadAs(format);
}
......
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