diff --git a/apps/documenteditor/main/app/controller/Main.js b/apps/documenteditor/main/app/controller/Main.js index 25978fd1f..31fb58857 100644 --- a/apps/documenteditor/main/app/controller/Main.js +++ b/apps/documenteditor/main/app/controller/Main.js @@ -1406,10 +1406,7 @@ define([ if (isModified) { if (!_.isUndefined(title) && (!this._state.fastCoauth || this._state.usersCount<2 )) { title = '* ' + title; - headerView.setDocumentChanged(true); } - } else { - headerView.setDocumentChanged(false); } if (window.document.title != title) diff --git a/apps/documenteditor/main/app/template/Toolbar.template b/apps/documenteditor/main/app/template/Toolbar.template index 98bdc4c11..fc4807ce3 100644 --- a/apps/documenteditor/main/app/template/Toolbar.template +++ b/apps/documenteditor/main/app/template/Toolbar.template @@ -7,7 +7,7 @@