From 7d4ce1c7a24e7eb0a4439e976879df0ed658f2ac Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 14 Sep 2016 14:01:59 +0300 Subject: [PATCH] Fix bug with loader logo (when no logo-parameter). --- apps/documenteditor/embed/index.html | 2 +- apps/documenteditor/embed/index.html.deploy | 2 +- apps/documenteditor/main/index.html | 2 +- apps/documenteditor/main/index.html.deploy | 2 +- apps/documenteditor/mobile/index.html | 2 +- apps/documenteditor/mobile/index.html.deploy | 2 +- apps/presentationeditor/embed/index.html | 2 +- apps/presentationeditor/embed/index.html.deploy | 2 +- apps/presentationeditor/main/index.html | 2 +- apps/presentationeditor/main/index.html.deploy | 2 +- apps/presentationeditor/mobile/index.html | 2 +- apps/presentationeditor/mobile/index.html.deploy | 2 +- apps/spreadsheeteditor/embed/index.html | 2 +- apps/spreadsheeteditor/embed/index.html.deploy | 2 +- apps/spreadsheeteditor/main/index.html | 2 +- apps/spreadsheeteditor/main/index.html.deploy | 2 +- apps/spreadsheeteditor/mobile/index.html | 2 +- apps/spreadsheeteditor/mobile/index.html.deploy | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/apps/documenteditor/embed/index.html b/apps/documenteditor/embed/index.html index 434e979a9..a45a354e5 100644 --- a/apps/documenteditor/embed/index.html +++ b/apps/documenteditor/embed/index.html @@ -239,7 +239,7 @@ document.write( '
' + - '
' + + '
' + ((logo!==null) ? logo : '
' + '
' + diff --git a/apps/documenteditor/embed/index.html.deploy b/apps/documenteditor/embed/index.html.deploy index 8cd0fae20..d61d47e2e 100644 --- a/apps/documenteditor/embed/index.html.deploy +++ b/apps/documenteditor/embed/index.html.deploy @@ -229,7 +229,7 @@ document.write( '
' + - '
' + + '
' + ((logo!==null) ? logo : '
' + '
' + diff --git a/apps/documenteditor/main/index.html b/apps/documenteditor/main/index.html index 9536fde40..1615648b1 100644 --- a/apps/documenteditor/main/index.html +++ b/apps/documenteditor/main/index.html @@ -221,7 +221,7 @@ document.write( '
' + - '
' + + '
' + ((logo!==null) ? logo : '
' + '
' + diff --git a/apps/documenteditor/main/index.html.deploy b/apps/documenteditor/main/index.html.deploy index dbce6eefb..6ec7acbec 100644 --- a/apps/documenteditor/main/index.html.deploy +++ b/apps/documenteditor/main/index.html.deploy @@ -221,7 +221,7 @@ document.write( '
' + - '
' + + '
' + ((logo!==null) ? logo : '
' + '
' + diff --git a/apps/documenteditor/mobile/index.html b/apps/documenteditor/mobile/index.html index 0f1c69336..0511a8cf3 100644 --- a/apps/documenteditor/mobile/index.html +++ b/apps/documenteditor/mobile/index.html @@ -275,7 +275,7 @@ document.write( '
' + - '
' + + '
' + ((logo!==null) ? logo : '
' + '
' + diff --git a/apps/documenteditor/mobile/index.html.deploy b/apps/documenteditor/mobile/index.html.deploy index 6aff9b148..b0068f291 100644 --- a/apps/documenteditor/mobile/index.html.deploy +++ b/apps/documenteditor/mobile/index.html.deploy @@ -266,7 +266,7 @@ document.write( '
' + - '
' + + '
' + ((logo!==null) ? logo : '
' + '
' + diff --git a/apps/presentationeditor/embed/index.html b/apps/presentationeditor/embed/index.html index 4d5ac8759..d64567e93 100644 --- a/apps/presentationeditor/embed/index.html +++ b/apps/presentationeditor/embed/index.html @@ -238,7 +238,7 @@ document.write( '
' + - '
' + + '
' + ((logo!==null) ? logo : '
' + '
' + diff --git a/apps/presentationeditor/embed/index.html.deploy b/apps/presentationeditor/embed/index.html.deploy index 04a4475f0..deb2edbcc 100644 --- a/apps/presentationeditor/embed/index.html.deploy +++ b/apps/presentationeditor/embed/index.html.deploy @@ -229,7 +229,7 @@ document.write( '
' + - '
' + + '
' + ((logo!==null) ? logo : '
' + '
' + diff --git a/apps/presentationeditor/main/index.html b/apps/presentationeditor/main/index.html index c658b759c..bb704a1b7 100644 --- a/apps/presentationeditor/main/index.html +++ b/apps/presentationeditor/main/index.html @@ -222,7 +222,7 @@ document.write( '
' + - '
' + + '
' + ((logo!==null) ? logo : '
' + '
' + diff --git a/apps/presentationeditor/main/index.html.deploy b/apps/presentationeditor/main/index.html.deploy index f7d3b129e..48605f7f1 100644 --- a/apps/presentationeditor/main/index.html.deploy +++ b/apps/presentationeditor/main/index.html.deploy @@ -221,7 +221,7 @@ document.write( '
' + - '
' + + '
' + ((logo!==null) ? logo : '
' + '
' + diff --git a/apps/presentationeditor/mobile/index.html b/apps/presentationeditor/mobile/index.html index e49d34e65..42c71ee65 100644 --- a/apps/presentationeditor/mobile/index.html +++ b/apps/presentationeditor/mobile/index.html @@ -274,7 +274,7 @@ document.write( '
' + - '
' + + '
' + ((logo!==null) ? logo : '
' + '
' + diff --git a/apps/presentationeditor/mobile/index.html.deploy b/apps/presentationeditor/mobile/index.html.deploy index 665b835aa..57e3d4621 100644 --- a/apps/presentationeditor/mobile/index.html.deploy +++ b/apps/presentationeditor/mobile/index.html.deploy @@ -265,7 +265,7 @@ document.write( '
' + - '
' + + '
' + ((logo!==null) ? logo : '
' + '
' + diff --git a/apps/spreadsheeteditor/embed/index.html b/apps/spreadsheeteditor/embed/index.html index 895dc945d..a013e47de 100644 --- a/apps/spreadsheeteditor/embed/index.html +++ b/apps/spreadsheeteditor/embed/index.html @@ -238,7 +238,7 @@ document.write( '
' + - '
' + + '
' + ((logo!==null) ? logo : '
' + '
' + diff --git a/apps/spreadsheeteditor/embed/index.html.deploy b/apps/spreadsheeteditor/embed/index.html.deploy index 20b56331d..341dfbecd 100644 --- a/apps/spreadsheeteditor/embed/index.html.deploy +++ b/apps/spreadsheeteditor/embed/index.html.deploy @@ -229,7 +229,7 @@ document.write( '
' + - '
' + + '
' + ((logo!==null) ? logo : '
' + '
' + diff --git a/apps/spreadsheeteditor/main/index.html b/apps/spreadsheeteditor/main/index.html index ffabec8dd..cecfc00ff 100644 --- a/apps/spreadsheeteditor/main/index.html +++ b/apps/spreadsheeteditor/main/index.html @@ -224,7 +224,7 @@ document.write( '
' + - '
' + + '
' + ((logo!==null) ? logo : '
' + '
' + diff --git a/apps/spreadsheeteditor/main/index.html.deploy b/apps/spreadsheeteditor/main/index.html.deploy index 5f2784487..7cee316e4 100644 --- a/apps/spreadsheeteditor/main/index.html.deploy +++ b/apps/spreadsheeteditor/main/index.html.deploy @@ -222,7 +222,7 @@ document.write( '
' + - '
' + + '
' + ((logo!==null) ? logo : '
' + '
' + diff --git a/apps/spreadsheeteditor/mobile/index.html b/apps/spreadsheeteditor/mobile/index.html index fcc392663..d9a5f176a 100644 --- a/apps/spreadsheeteditor/mobile/index.html +++ b/apps/spreadsheeteditor/mobile/index.html @@ -281,7 +281,7 @@ document.write( '
' + - '
' + + '
' + ((logo!==null) ? logo : '
' + '
' + diff --git a/apps/spreadsheeteditor/mobile/index.html.deploy b/apps/spreadsheeteditor/mobile/index.html.deploy index 2e682249d..901427567 100644 --- a/apps/spreadsheeteditor/mobile/index.html.deploy +++ b/apps/spreadsheeteditor/mobile/index.html.deploy @@ -266,7 +266,7 @@ document.write( '
' + - '
' + + '
' + ((logo!==null) ? logo : '
' + '
' +