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