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