Commit edaa22da authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov
parent c696d427
...@@ -654,6 +654,9 @@ ...@@ -654,6 +654,9 @@
var _interval_time = 0; var _interval_time = 0;
if(AscBrowser.isMozilla) if(AscBrowser.isMozilla)
_interval_time = 10; _interval_time = 10;
else if(window.USER_AGENT_MACOS && window.USER_AGENT_WEBKIT)
_interval_time = 200;
// ждем выполнения // ждем выполнения
window.setTimeout( window.setTimeout(
function() { 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