Commit 236da6f9 authored by Alexander.Trofimov's avatar Alexander.Trofimov

Is_Modified(true) для autosave

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@67440 954022d7-b5bf-4e40-9824-e11837661b57
parent b5d58e36
......@@ -2845,7 +2845,7 @@ var editor;
!History.IsEndTransaction() || !this.canSave) {
return;
}
if (!History.Is_Modified() && !(this.collaborativeEditing.getCollaborativeEditing() && 0 !== this.collaborativeEditing.getOwnLocksLength())) {
if (!History.Is_Modified(true) && !(this.collaborativeEditing.getCollaborativeEditing() && 0 !== this.collaborativeEditing.getOwnLocksLength())) {
if (this.collaborativeEditing.getFast() && this.collaborativeEditing.haveOtherChanges()) {
CollaborativeEditing.Clear_CollaborativeMarks();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment