From b50749f5721fe5f092d77b840c301fdc62702554 Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Fri, 9 Mar 2018 01:01:28 +0300 Subject: [PATCH] element with id=title inserted in some data views --- apps/documenteditor/main/app/template/Viewport.template | 2 +- apps/documenteditor/main/app/view/Viewport.js | 2 +- apps/presentationeditor/main/app/template/Viewport.template | 2 +- apps/presentationeditor/main/app/view/Viewport.js | 2 +- apps/spreadsheeteditor/main/app/template/Viewport.template | 2 +- apps/spreadsheeteditor/main/app/view/Viewport.js | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/documenteditor/main/app/template/Viewport.template b/apps/documenteditor/main/app/template/Viewport.template index 7b9070236..40c1ea100 100644 --- a/apps/documenteditor/main/app/template/Viewport.template +++ b/apps/documenteditor/main/app/template/Viewport.template @@ -3,7 +3,7 @@
-
+
diff --git a/apps/documenteditor/main/app/view/Viewport.js b/apps/documenteditor/main/app/view/Viewport.js index fb1fd87d8..08de444b8 100644 --- a/apps/documenteditor/main/app/view/Viewport.js +++ b/apps/documenteditor/main/app/view/Viewport.js @@ -83,7 +83,7 @@ define([ this.vlayout = new Common.UI.VBoxLayout({ box: $container, items: [{ - el: $container.find('> .layout-item#title').hide(), + el: $container.find('> .layout-item#app-title').hide(), alias: 'title', height: Common.Utils.InternalSettings.get('document-title-height') }, { diff --git a/apps/presentationeditor/main/app/template/Viewport.template b/apps/presentationeditor/main/app/template/Viewport.template index 064d0a777..960edecea 100644 --- a/apps/presentationeditor/main/app/template/Viewport.template +++ b/apps/presentationeditor/main/app/template/Viewport.template @@ -4,7 +4,7 @@
-
+
diff --git a/apps/presentationeditor/main/app/view/Viewport.js b/apps/presentationeditor/main/app/view/Viewport.js index 926a4ef3a..421a73793 100644 --- a/apps/presentationeditor/main/app/view/Viewport.js +++ b/apps/presentationeditor/main/app/view/Viewport.js @@ -86,7 +86,7 @@ define([ this.vlayout = new Common.UI.VBoxLayout({ box: $container, items: [{ - el: $container.find('> .layout-item#title').hide(), + el: $container.find('> .layout-item#app-title').hide(), alias: 'title', height: Common.Utils.InternalSettings.get('document-title-height') }, { diff --git a/apps/spreadsheeteditor/main/app/template/Viewport.template b/apps/spreadsheeteditor/main/app/template/Viewport.template index 90a065c83..e9dd6ee38 100644 --- a/apps/spreadsheeteditor/main/app/template/Viewport.template +++ b/apps/spreadsheeteditor/main/app/template/Viewport.template @@ -3,7 +3,7 @@
-
+
diff --git a/apps/spreadsheeteditor/main/app/view/Viewport.js b/apps/spreadsheeteditor/main/app/view/Viewport.js index 416239c73..66f1e1ace 100644 --- a/apps/spreadsheeteditor/main/app/view/Viewport.js +++ b/apps/spreadsheeteditor/main/app/view/Viewport.js @@ -86,7 +86,7 @@ define([ this.vlayout = new Common.UI.VBoxLayout({ box: $container, items: [{ - el: $container.find('> .layout-item#title').hide(), + el: $container.find('> .layout-item#app-title').hide(), alias: 'title', height: Common.Utils.InternalSettings.get('document-title-height') },{