Commit d9bb6599 authored by Alexander.Trofimov's avatar Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47128 954022d7-b5bf-4e40-9824-e11837661b57
parent 26c531de
...@@ -805,7 +805,7 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS"; ...@@ -805,7 +805,7 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
_asc_open: function (fCallback) { //fCallback({returnCode:"", val:obj, ...}) _asc_open: function (fCallback) { //fCallback({returnCode:"", val:obj, ...})
if ( this.chartEditor ) { if ( this.chartEditor ) {
} else if (!this.documentId || !this.documentVKey) { } else if (!this.documentId || !this.documentUrl) {
var data = getTestWorkbook(); var data = getTestWorkbook();
var sData = data + ""; var sData = data + "";
if( c_oSerFormat.Signature === sData.substring(0, c_oSerFormat.Signature.length)) if( c_oSerFormat.Signature === sData.substring(0, c_oSerFormat.Signature.length))
......
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