Commit e84850a5 authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

Убрано быстрое открытие файлов.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57904 954022d7-b5bf-4e40-9824-e11837661b57
parent 4ab7c6f8
......@@ -1020,7 +1020,7 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
"title" : this.documentTitle,
"embeddedfonts" : this.isUseEmbeddedCutFonts
};
if (this.documentOpenOptions && this.documentOpenOptions["isEmpty"]) {
if (false && this.documentOpenOptions && this.documentOpenOptions["isEmpty"]) {
var sEmptyWorkbook = getEmptyWorkbook();
v["c"] = "create";
v["data"] = sEmptyWorkbook;
......
......@@ -1006,7 +1006,7 @@ asc_docs_api.prototype.LoadDocument = function(c_DocInfo)
if(documentId){
var oOpenOptions = this.DocInfo.get_Options();
if(oOpenOptions && oOpenOptions["isEmpty"])
if(false && oOpenOptions && oOpenOptions["isEmpty"])
{
var rData = {
"c": "create",
......
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