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
bacf6769
Commit
bacf6769
authored
May 24, 2016
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Отладка мобильных версий - не грузился конфиг.
parent
76a3ee98
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
apps/documenteditor/mobile/app/controller/Main.js
apps/documenteditor/mobile/app/controller/Main.js
+1
-0
apps/presentationeditor/mobile/app/controller/Main.js
apps/presentationeditor/mobile/app/controller/Main.js
+1
-0
apps/spreadsheeteditor/mobile/app/controller/Main.js
apps/spreadsheeteditor/mobile/app/controller/Main.js
+1
-0
No files found.
apps/documenteditor/mobile/app/controller/Main.js
View file @
bacf6769
...
@@ -99,6 +99,7 @@ Ext.define('DE.controller.Main', {
...
@@ -99,6 +99,7 @@ Ext.define('DE.controller.Main', {
},
},
loadConfig
:
function
(
data
)
{
loadConfig
:
function
(
data
)
{
this
.
editorConfig
=
Ext
.
merge
(
this
.
editorConfig
,
data
.
config
);
this
.
editorConfig
.
user
=
this
.
_fillUserInfo
(
this
.
editorConfig
.
user
);
this
.
editorConfig
.
user
=
this
.
_fillUserInfo
(
this
.
editorConfig
.
user
);
},
},
...
...
apps/presentationeditor/mobile/app/controller/Main.js
View file @
bacf6769
...
@@ -100,6 +100,7 @@ Ext.define('PE.controller.Main', {
...
@@ -100,6 +100,7 @@ Ext.define('PE.controller.Main', {
},
},
loadConfig
:
function
(
data
)
{
loadConfig
:
function
(
data
)
{
this
.
editorConfig
=
Ext
.
merge
(
this
.
editorConfig
,
data
.
config
);
this
.
editorConfig
.
user
=
this
.
_fillUserInfo
(
data
.
config
.
user
,
this
.
editorConfig
.
lang
,
this
.
textAnonymous
);
this
.
editorConfig
.
user
=
this
.
_fillUserInfo
(
data
.
config
.
user
,
this
.
editorConfig
.
lang
,
this
.
textAnonymous
);
},
},
...
...
apps/spreadsheeteditor/mobile/app/controller/Main.js
View file @
bacf6769
...
@@ -102,6 +102,7 @@ Ext.define('SSE.controller.Main', {
...
@@ -102,6 +102,7 @@ Ext.define('SSE.controller.Main', {
},
},
loadConfig
:
function
(
data
)
{
loadConfig
:
function
(
data
)
{
this
.
editorConfig
=
Ext
.
merge
(
this
.
editorConfig
,
data
.
config
);
this
.
editorConfig
.
user
=
this
.
_fillUserInfo
(
this
.
editorConfig
.
user
,
this
.
editorConfig
.
lang
,
this
.
textAnonymous
);
this
.
editorConfig
.
user
=
this
.
_fillUserInfo
(
this
.
editorConfig
.
user
,
this
.
editorConfig
.
lang
,
this
.
textAnonymous
);
},
},
...
...
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