Commit 1b9101f5 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Назначим id-сами, если он не пришел (для открытия тестового документа)

id будет равен = "9876543210"

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55387 954022d7-b5bf-4e40-9824-e11837661b57
parent 17c5c501
......@@ -1010,6 +1010,9 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
_asc_open: function (fCallback) { //fCallback({returnCode:"", val:obj, ...})
if (this.chartEditor) {
} else if (!this.documentId || !this.documentUrl) {
// Назначим id-сами, если он не пришел (для открытия тестового документа)
if (!this.documentId)
this.documentId = "9876543210";
this._OfflineAppDocumentStartLoad(fCallback);
} else {
var v = {
......
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