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
79c150a0
Commit
79c150a0
authored
Nov 17, 2016
by
Alexander Yuzhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DE mobile] Fixed startup application.
parent
23da7d5b
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
93 additions
and
362 deletions
+93
-362
apps/documenteditor/mobile/app/controller/Main.js
apps/documenteditor/mobile/app/controller/Main.js
+88
-345
apps/documenteditor/mobile/app/controller/Settings.js
apps/documenteditor/mobile/app/controller/Settings.js
+5
-3
apps/documenteditor/mobile/app/controller/add/AddContainer.js
.../documenteditor/mobile/app/controller/add/AddContainer.js
+0
-14
No files found.
apps/documenteditor/mobile/app/controller/Main.js
View file @
79c150a0
This diff is collapsed.
Click to expand it.
apps/documenteditor/mobile/app/controller/Settings.js
View file @
79c150a0
...
...
@@ -249,7 +249,7 @@ define([
if
(
format
)
{
if
(
format
==
Asc
.
c_oAscFileType
.
TXT
)
{
_
.
de
lay
(
function
()
{
_
.
de
fer
(
function
()
{
uiApp
.
confirm
(
me
.
warnDownloadAs
,
me
.
notcriticalErrorTitle
,
...
...
@@ -257,9 +257,11 @@ define([
me
.
api
.
asc_DownloadAs
(
format
);
}
);
}
,
300
);
});
}
else
{
me
.
api
.
asc_DownloadAs
(
format
);
_
.
defer
(
function
()
{
me
.
api
.
asc_DownloadAs
(
format
);
});
}
me
.
hideModal
();
...
...
apps/documenteditor/mobile/app/controller/add/AddContainer.js
View file @
79c150a0
...
...
@@ -87,20 +87,6 @@ define([
}
},
_dummyEditController
:
function
()
{
var
layout
=
'
<div class="content-block inset">
'
+
'
<div class="content-block-inner">
'
+
'
<p>Implement add view!!!!</p>
'
+
'
</div>
'
+
'
</div>
'
;
return
{
caption
:
'
Dummy
'
,
layout
:
layout
}
},
_layoutEditorsByStack
:
function
()
{
var
addViews
=
[];
...
...
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