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

git-svn-id:...

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48605 954022d7-b5bf-4e40-9824-e11837661b57
parent 59729a96
...@@ -563,6 +563,9 @@ asc_docs_api.prototype.OpenDocument2 = function(url, gObject) ...@@ -563,6 +563,9 @@ asc_docs_api.prototype.OpenDocument2 = function(url, gObject)
this.FontLoader.LoadEmbeddedFonts(this.DocumentUrl, this.WordControl.m_oLogicDocument.EmbeddedFonts); this.FontLoader.LoadEmbeddedFonts(this.DocumentUrl, this.WordControl.m_oLogicDocument.EmbeddedFonts);
this.FontLoader.LoadDocumentFonts(this.WordControl.m_oLogicDocument.Fonts, false); this.FontLoader.LoadDocumentFonts(this.WordControl.m_oLogicDocument.Fonts, false);
if (window.USER_AGENT_SAFARI_MACOS)
setInterval(SafariIntervalFocus, 10);
} }
asc_docs_api.prototype.get_DocumentName = function() asc_docs_api.prototype.get_DocumentName = function()
{ {
......
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