Commit 03efe349 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50144 954022d7-b5bf-4e40-9824-e11837661b57
parent be5814b4
...@@ -606,6 +606,7 @@ function asc_docs_api(name) ...@@ -606,6 +606,7 @@ function asc_docs_api(name)
this.chartPreviewManager = new ChartPreviewManager(); this.chartPreviewManager = new ChartPreviewManager();
this.IsLongActionCurrent = false; this.IsLongActionCurrent = false;
this.ParcedDocument = false;
var oThis = this; var oThis = this;
if(window.addEventListener) if(window.addEventListener)
...@@ -1123,6 +1124,8 @@ asc_docs_api.prototype.OpenDocument2 = function(url, gObject) ...@@ -1123,6 +1124,8 @@ asc_docs_api.prototype.OpenDocument2 = function(url, gObject)
else else
editor.asc_fireCallback("asc_onError",c_oAscError.ID.MobileUnexpectedCharCount,c_oAscError.Level.Critical); editor.asc_fireCallback("asc_onError",c_oAscError.ID.MobileUnexpectedCharCount,c_oAscError.Level.Critical);
this.ParcedDocument = true;
if (window.USER_AGENT_SAFARI_MACOS) if (window.USER_AGENT_SAFARI_MACOS)
setInterval(SafariIntervalFocus, 10); setInterval(SafariIntervalFocus, 10);
} }
......
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