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
7d4ce1c7
Commit
7d4ce1c7
authored
Sep 14, 2016
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bug with loader logo (when no logo-parameter).
parent
376990a7
Changes
18
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
18 additions
and
18 deletions
+18
-18
apps/documenteditor/embed/index.html
apps/documenteditor/embed/index.html
+1
-1
apps/documenteditor/embed/index.html.deploy
apps/documenteditor/embed/index.html.deploy
+1
-1
apps/documenteditor/main/index.html
apps/documenteditor/main/index.html
+1
-1
apps/documenteditor/main/index.html.deploy
apps/documenteditor/main/index.html.deploy
+1
-1
apps/documenteditor/mobile/index.html
apps/documenteditor/mobile/index.html
+1
-1
apps/documenteditor/mobile/index.html.deploy
apps/documenteditor/mobile/index.html.deploy
+1
-1
apps/presentationeditor/embed/index.html
apps/presentationeditor/embed/index.html
+1
-1
apps/presentationeditor/embed/index.html.deploy
apps/presentationeditor/embed/index.html.deploy
+1
-1
apps/presentationeditor/main/index.html
apps/presentationeditor/main/index.html
+1
-1
apps/presentationeditor/main/index.html.deploy
apps/presentationeditor/main/index.html.deploy
+1
-1
apps/presentationeditor/mobile/index.html
apps/presentationeditor/mobile/index.html
+1
-1
apps/presentationeditor/mobile/index.html.deploy
apps/presentationeditor/mobile/index.html.deploy
+1
-1
apps/spreadsheeteditor/embed/index.html
apps/spreadsheeteditor/embed/index.html
+1
-1
apps/spreadsheeteditor/embed/index.html.deploy
apps/spreadsheeteditor/embed/index.html.deploy
+1
-1
apps/spreadsheeteditor/main/index.html
apps/spreadsheeteditor/main/index.html
+1
-1
apps/spreadsheeteditor/main/index.html.deploy
apps/spreadsheeteditor/main/index.html.deploy
+1
-1
apps/spreadsheeteditor/mobile/index.html
apps/spreadsheeteditor/mobile/index.html
+1
-1
apps/spreadsheeteditor/mobile/index.html.deploy
apps/spreadsheeteditor/mobile/index.html.deploy
+1
-1
No files found.
apps/documenteditor/embed/index.html
View file @
7d4ce1c7
...
...
@@ -239,7 +239,7 @@
document
.
write
(
'
<div id="loading-mask" class="loadmask">
'
+
'
<div class="loader-page" style="margin-bottom:
'
+
margin
+
'
px;
'
+
((
logo
!=
''
)
?
'
height: auto;
'
:
''
)
+
'
">
'
+
'
<div class="loader-page" style="margin-bottom:
'
+
margin
+
'
px;
'
+
((
logo
!=
=
null
)
?
'
height: auto;
'
:
''
)
+
'
">
'
+
((
logo
!==
null
)
?
logo
:
'
<div class="loader-page-romb">
'
+
'
<div class="romb" id="blue"></div>
'
+
...
...
apps/documenteditor/embed/index.html.deploy
View file @
7d4ce1c7
...
...
@@ -229,7 +229,7 @@
document
.
write
(
'
<div id="loading-mask" class="loadmask">
'
+
'
<div class="loader-page" style="margin-bottom:
'
+
margin
+
'
px;
'
+
((
logo
!=
''
)
?
'
height: auto;
'
:
''
)
+
'
">
'
+
'
<div class="loader-page" style="margin-bottom:
'
+
margin
+
'
px;
'
+
((
logo
!=
=
null
)
?
'
height: auto;
'
:
''
)
+
'
">
'
+
((
logo
!==
null
)
?
logo
:
'
<div class="loader-page-romb">
'
+
'
<div class="romb" id="blue"></div>
'
+
...
...
apps/documenteditor/main/index.html
View file @
7d4ce1c7
...
...
@@ -221,7 +221,7 @@
document
.
write
(
'
<div id="loading-mask" class="loadmask">
'
+
'
<div class="loader-page" style="margin-bottom:
'
+
margin
+
'
px;
'
+
((
logo
!=
''
)
?
'
height: auto;
'
:
''
)
+
'
">
'
+
'
<div class="loader-page" style="margin-bottom:
'
+
margin
+
'
px;
'
+
((
logo
!=
=
null
)
?
'
height: auto;
'
:
''
)
+
'
">
'
+
((
logo
!==
null
)
?
logo
:
'
<div class="loader-page-romb">
'
+
'
<div class="romb" id="blue"></div>
'
+
...
...
apps/documenteditor/main/index.html.deploy
View file @
7d4ce1c7
...
...
@@ -221,7 +221,7 @@
document
.
write
(
'
<div id="loading-mask" class="loadmask">
'
+
'
<div class="loader-page" style="margin-bottom:
'
+
margin
+
'
px;
'
+
((
logo
!=
''
)
?
'
height: auto;
'
:
''
)
+
'
">
'
+
'
<div class="loader-page" style="margin-bottom:
'
+
margin
+
'
px;
'
+
((
logo
!=
=
null
)
?
'
height: auto;
'
:
''
)
+
'
">
'
+
((
logo
!==
null
)
?
logo
:
'
<div class="loader-page-romb">
'
+
'
<div class="romb" id="blue"></div>
'
+
...
...
apps/documenteditor/mobile/index.html
View file @
7d4ce1c7
...
...
@@ -275,7 +275,7 @@
document
.
write
(
'
<div id="loading-mask" class="loadmask">
'
+
'
<div class="loader-page" style="margin-bottom:
'
+
margin
+
'
px;
'
+
((
logo
!=
''
)
?
'
height: auto;
'
:
''
)
+
'
">
'
+
'
<div class="loader-page" style="margin-bottom:
'
+
margin
+
'
px;
'
+
((
logo
!=
=
null
)
?
'
height: auto;
'
:
''
)
+
'
">
'
+
((
logo
!==
null
)
?
logo
:
'
<div class="loader-page-romb">
'
+
'
<div class="romb" id="blue"></div>
'
+
...
...
apps/documenteditor/mobile/index.html.deploy
View file @
7d4ce1c7
...
...
@@ -266,7 +266,7 @@
document
.
write
(
'
<div id="loading-mask" class="loadmask">
'
+
'
<div class="loader-page" style="margin-bottom:
'
+
margin
+
'
px;
'
+
((
logo
!=
''
)
?
'
height: auto;
'
:
''
)
+
'
">
'
+
'
<div class="loader-page" style="margin-bottom:
'
+
margin
+
'
px;
'
+
((
logo
!=
=
null
)
?
'
height: auto;
'
:
''
)
+
'
">
'
+
((
logo
!==
null
)
?
logo
:
'
<div class="loader-page-romb">
'
+
'
<div class="romb" id="blue"></div>
'
+
...
...
apps/presentationeditor/embed/index.html
View file @
7d4ce1c7
...
...
@@ -238,7 +238,7 @@
document
.
write
(
'
<div id="loading-mask" class="loadmask">
'
+
'
<div class="loader-page" style="margin-bottom:
'
+
margin
+
'
px;
'
+
((
logo
!=
''
)
?
'
height: auto;
'
:
''
)
+
'
">
'
+
'
<div class="loader-page" style="margin-bottom:
'
+
margin
+
'
px;
'
+
((
logo
!=
=
null
)
?
'
height: auto;
'
:
''
)
+
'
">
'
+
((
logo
!==
null
)
?
logo
:
'
<div class="loader-page-romb">
'
+
'
<div class="romb" id="blue"></div>
'
+
...
...
apps/presentationeditor/embed/index.html.deploy
View file @
7d4ce1c7
...
...
@@ -229,7 +229,7 @@
document
.
write
(
'
<div id="loading-mask" class="loadmask">
'
+
'
<div class="loader-page" style="margin-bottom:
'
+
margin
+
'
px;
'
+
((
logo
!=
''
)
?
'
height: auto;
'
:
''
)
+
'
">
'
+
'
<div class="loader-page" style="margin-bottom:
'
+
margin
+
'
px;
'
+
((
logo
!=
=
null
)
?
'
height: auto;
'
:
''
)
+
'
">
'
+
((
logo
!==
null
)
?
logo
:
'
<div class="loader-page-romb">
'
+
'
<div class="romb" id="blue"></div>
'
+
...
...
apps/presentationeditor/main/index.html
View file @
7d4ce1c7
...
...
@@ -222,7 +222,7 @@
document
.
write
(
'
<div id="loading-mask" class="loadmask">
'
+
'
<div class="loader-page" style="margin-bottom:
'
+
margin
+
'
px;
'
+
((
logo
!=
''
)
?
'
height: auto;
'
:
''
)
+
'
">
'
+
'
<div class="loader-page" style="margin-bottom:
'
+
margin
+
'
px;
'
+
((
logo
!=
=
null
)
?
'
height: auto;
'
:
''
)
+
'
">
'
+
((
logo
!==
null
)
?
logo
:
'
<div class="loader-page-romb">
'
+
'
<div class="romb" id="blue"></div>
'
+
...
...
apps/presentationeditor/main/index.html.deploy
View file @
7d4ce1c7
...
...
@@ -221,7 +221,7 @@
document
.
write
(
'
<div id="loading-mask" class="loadmask">
'
+
'
<div class="loader-page" style="margin-bottom:
'
+
margin
+
'
px;
'
+
((
logo
!=
''
)
?
'
height: auto;
'
:
''
)
+
'
">
'
+
'
<div class="loader-page" style="margin-bottom:
'
+
margin
+
'
px;
'
+
((
logo
!=
=
null
)
?
'
height: auto;
'
:
''
)
+
'
">
'
+
((
logo
!==
null
)
?
logo
:
'
<div class="loader-page-romb">
'
+
'
<div class="romb" id="blue"></div>
'
+
...
...
apps/presentationeditor/mobile/index.html
View file @
7d4ce1c7
...
...
@@ -274,7 +274,7 @@
document
.
write
(
'
<div id="loading-mask" class="loadmask">
'
+
'
<div class="loader-page" style="margin-bottom:
'
+
margin
+
'
px;
'
+
((
logo
!=
''
)
?
'
height: auto;
'
:
''
)
+
'
">
'
+
'
<div class="loader-page" style="margin-bottom:
'
+
margin
+
'
px;
'
+
((
logo
!=
=
null
)
?
'
height: auto;
'
:
''
)
+
'
">
'
+
((
logo
!==
null
)
?
logo
:
'
<div class="loader-page-romb">
'
+
'
<div class="romb" id="blue"></div>
'
+
...
...
apps/presentationeditor/mobile/index.html.deploy
View file @
7d4ce1c7
...
...
@@ -265,7 +265,7 @@
document
.
write
(
'
<div id="loading-mask" class="loadmask">
'
+
'
<div class="loader-page" style="margin-bottom:
'
+
margin
+
'
px;
'
+
((
logo
!=
''
)
?
'
height: auto;
'
:
''
)
+
'
">
'
+
'
<div class="loader-page" style="margin-bottom:
'
+
margin
+
'
px;
'
+
((
logo
!=
=
null
)
?
'
height: auto;
'
:
''
)
+
'
">
'
+
((
logo
!==
null
)
?
logo
:
'
<div class="loader-page-romb">
'
+
'
<div class="romb" id="blue"></div>
'
+
...
...
apps/spreadsheeteditor/embed/index.html
View file @
7d4ce1c7
...
...
@@ -238,7 +238,7 @@
document
.
write
(
'
<div id="loading-mask" class="loadmask">
'
+
'
<div class="loader-page" style="margin-bottom:
'
+
margin
+
'
px;
'
+
((
logo
!=
''
)
?
'
height: auto;
'
:
''
)
+
'
">
'
+
'
<div class="loader-page" style="margin-bottom:
'
+
margin
+
'
px;
'
+
((
logo
!=
=
null
)
?
'
height: auto;
'
:
''
)
+
'
">
'
+
((
logo
!==
null
)
?
logo
:
'
<div class="loader-page-romb">
'
+
'
<div class="romb" id="blue"></div>
'
+
...
...
apps/spreadsheeteditor/embed/index.html.deploy
View file @
7d4ce1c7
...
...
@@ -229,7 +229,7 @@
document
.
write
(
'
<div id="loading-mask" class="loadmask">
'
+
'
<div class="loader-page" style="margin-bottom:
'
+
margin
+
'
px;
'
+
((
logo
!=
''
)
?
'
height: auto;
'
:
''
)
+
'
">
'
+
'
<div class="loader-page" style="margin-bottom:
'
+
margin
+
'
px;
'
+
((
logo
!=
=
null
)
?
'
height: auto;
'
:
''
)
+
'
">
'
+
((
logo
!==
null
)
?
logo
:
'
<div class="loader-page-romb">
'
+
'
<div class="romb" id="blue"></div>
'
+
...
...
apps/spreadsheeteditor/main/index.html
View file @
7d4ce1c7
...
...
@@ -224,7 +224,7 @@
document
.
write
(
'
<div id="loading-mask" class="loadmask">
'
+
'
<div class="loader-page" style="margin-bottom:
'
+
margin
+
'
px;
'
+
((
logo
!=
''
)
?
'
height: auto;
'
:
''
)
+
'
">
'
+
'
<div class="loader-page" style="margin-bottom:
'
+
margin
+
'
px;
'
+
((
logo
!=
=
null
)
?
'
height: auto;
'
:
''
)
+
'
">
'
+
((
logo
!==
null
)
?
logo
:
'
<div class="loader-page-romb">
'
+
'
<div class="romb" id="blue"></div>
'
+
...
...
apps/spreadsheeteditor/main/index.html.deploy
View file @
7d4ce1c7
...
...
@@ -222,7 +222,7 @@
document
.
write
(
'
<div id="loading-mask" class="loadmask">
'
+
'
<div class="loader-page" style="margin-bottom:
'
+
margin
+
'
px;
'
+
((
logo
!=
''
)
?
'
height: auto;
'
:
''
)
+
'
">
'
+
'
<div class="loader-page" style="margin-bottom:
'
+
margin
+
'
px;
'
+
((
logo
!=
=
null
)
?
'
height: auto;
'
:
''
)
+
'
">
'
+
((
logo
!==
null
)
?
logo
:
'
<div class="loader-page-romb">
'
+
'
<div class="romb" id="blue"></div>
'
+
...
...
apps/spreadsheeteditor/mobile/index.html
View file @
7d4ce1c7
...
...
@@ -281,7 +281,7 @@
document
.
write
(
'
<div id="loading-mask" class="loadmask">
'
+
'
<div class="loader-page" style="margin-bottom:
'
+
margin
+
'
px;
'
+
((
logo
!=
''
)
?
'
height: auto;
'
:
''
)
+
'
">
'
+
'
<div class="loader-page" style="margin-bottom:
'
+
margin
+
'
px;
'
+
((
logo
!=
=
null
)
?
'
height: auto;
'
:
''
)
+
'
">
'
+
((
logo
!==
null
)
?
logo
:
'
<div class="loader-page-romb">
'
+
'
<div class="romb" id="blue"></div>
'
+
...
...
apps/spreadsheeteditor/mobile/index.html.deploy
View file @
7d4ce1c7
...
...
@@ -266,7 +266,7 @@
document
.
write
(
'
<div id="loading-mask" class="loadmask">
'
+
'
<div class="loader-page" style="margin-bottom:
'
+
margin
+
'
px;
'
+
((
logo
!=
''
)
?
'
height: auto;
'
:
''
)
+
'
">
'
+
'
<div class="loader-page" style="margin-bottom:
'
+
margin
+
'
px;
'
+
((
logo
!=
=
null
)
?
'
height: auto;
'
:
''
)
+
'
">
'
+
((
logo
!==
null
)
?
logo
:
'
<div class="loader-page-romb">
'
+
'
<div class="romb" id="blue"></div>
'
+
...
...
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