diff --git a/apps/documenteditor/mobile/app/view/Editor.js b/apps/documenteditor/mobile/app/view/Editor.js index ed888a92ab..04855022b2 100644 --- a/apps/documenteditor/mobile/app/view/Editor.js +++ b/apps/documenteditor/mobile/app/view/Editor.js @@ -67,7 +67,7 @@ define([ // Render layout render: function() { var el = $(this.el); - el.html(this.template({ + el.prepend(this.template({ backTitle: Framework7.prototype.device.android ? '' : '' })); diff --git a/apps/documenteditor/mobile/index.html b/apps/documenteditor/mobile/index.html index 2655ae04c3..866e5930d7 100644 --- a/apps/documenteditor/mobile/index.html +++ b/apps/documenteditor/mobile/index.html @@ -182,8 +182,6 @@ } -
- diff --git a/apps/documenteditor/mobile/index.html.deploy b/apps/documenteditor/mobile/index.html.deploy index 793a47b481..df17dc2a94 100644 --- a/apps/documenteditor/mobile/index.html.deploy +++ b/apps/documenteditor/mobile/index.html.deploy @@ -218,7 +218,6 @@ }; -