Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web-apps
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
web-apps
Commits
8c3269ac
Commit
8c3269ac
authored
Nov 16, 2016
by
Alexander Yuzhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DE mobile] License check. Fixed open/save TXT. Undo/redo warning on co-authtoring.
parent
840cc376
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
55 additions
and
157 deletions
+55
-157
apps/documenteditor/mobile/app/controller/Main.js
apps/documenteditor/mobile/app/controller/Main.js
+46
-150
apps/documenteditor/mobile/app/controller/Settings.js
apps/documenteditor/mobile/app/controller/Settings.js
+9
-7
No files found.
apps/documenteditor/mobile/app/controller/Main.js
View file @
8c3269ac
This diff is collapsed.
Click to expand it.
apps/documenteditor/mobile/app/controller/Settings.js
View file @
8c3269ac
...
...
@@ -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
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment