Commit bbe3de18 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@50885 954022d7-b5bf-4e40-9824-e11837661b57
parent 04013e11
...@@ -959,6 +959,13 @@ asc_docs_api.prototype.OpenDocument2 = function(url, gObject) ...@@ -959,6 +959,13 @@ asc_docs_api.prototype.OpenDocument2 = function(url, gObject)
this.isStartCoAuthoringOnEndLoad = false; this.isStartCoAuthoringOnEndLoad = false;
} }
if (this.isMobileVersion)
{
window.USER_AGENT_SAFARI_MACOS = false;
PASTE_ELEMENT_ID = "wrd_pastebin";
ELEMENT_DISPAY_STYLE = "none";
}
if (window.USER_AGENT_SAFARI_MACOS) if (window.USER_AGENT_SAFARI_MACOS)
setInterval(SafariIntervalFocus, 10); setInterval(SafariIntervalFocus, 10);
} }
......
...@@ -1190,6 +1190,13 @@ asc_docs_api.prototype.OpenDocument2 = function(url, gObject) ...@@ -1190,6 +1190,13 @@ asc_docs_api.prototype.OpenDocument2 = function(url, gObject)
this.isStartCoAuthoringOnEndLoad = false; this.isStartCoAuthoringOnEndLoad = false;
} }
if (this.isMobileVersion)
{
window.USER_AGENT_SAFARI_MACOS = false;
PASTE_ELEMENT_ID = "wrd_pastebin";
ELEMENT_DISPAY_STYLE = "none";
}
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