Commit 716cb63e authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Выключаю spellCheck при просмотре версий

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@62621 954022d7-b5bf-4e40-9824-e11837661b57
parent f6cb5af4
...@@ -7444,6 +7444,7 @@ asc_docs_api.prototype.asc_showRevision = function (newObj) { ...@@ -7444,6 +7444,7 @@ asc_docs_api.prototype.asc_showRevision = function (newObj) {
this.DocInfo.put_Url(this.VersionHistory.url); this.DocInfo.put_Url(this.VersionHistory.url);
documentUrlChanges = this.VersionHistory.urlChanges; documentUrlChanges = this.VersionHistory.urlChanges;
this.isCoAuthoringEnable = false; this.isCoAuthoringEnable = false;
this.isSpellCheckEnable = false;
this.LoadDocument(); this.LoadDocument();
} }
}; };
......
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