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
3eecfa1e
Commit
3eecfa1e
authored
Oct 20, 2016
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PE] Delayed loading for some of the toolbar controls.
parent
7b084a98
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
252 additions
and
184 deletions
+252
-184
apps/presentationeditor/main/app/controller/Toolbar.js
apps/presentationeditor/main/app/controller/Toolbar.js
+1
-0
apps/presentationeditor/main/app/view/Toolbar.js
apps/presentationeditor/main/app/view/Toolbar.js
+251
-184
No files found.
apps/presentationeditor/main/app/controller/Toolbar.js
View file @
3eecfa1e
...
...
@@ -699,6 +699,7 @@ define([
$
(
'
.menu-zoom .zoom
'
,
this
.
toolbar
.
el
).
html
(
percent
+
'
%
'
);
this
.
_state
.
zoom_percent
=
percent
;
}
this
.
toolbar
.
mnuZoom
.
options
.
value
=
percent
;
},
onApiInitEditorStyles
:
function
(
themes
)
{
...
...
apps/presentationeditor/main/app/view/Toolbar.js
View file @
3eecfa1e
This diff is collapsed.
Click to expand it.
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