Commit 7a04a0cb authored by Oleg.Korshul's avatar Oleg.Korshul

не отправлять имя документа в оффлайн версии

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66515 954022d7-b5bf-4e40-9824-e11837661b57
parent 23a41ae9
......@@ -146,7 +146,7 @@ baseEditorsApi.prototype.asc_setDocInfo = function(oDocInfo) {
this.User.asc_setUserName(this.DocInfo.get_UserName());
}
if (undefined !== window["AscDesktopEditor"]) {
if (undefined !== window["AscDesktopEditor"] && offlineMode != this.documentUrl) {
window["AscDesktopEditor"]["SetDocumentName"](this.documentTitle);
}
};
......
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