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