Commit dae189dd authored by Ivan Tyagov's avatar Ivan Tyagov

Increase refresh interval x3 (less redundant checks).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23840 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a937a8e7
......@@ -79,7 +79,7 @@ js_string = """\n
}\n
\n
function checkClientInstallation() {\n
time_out = window.setTimeout( "checkClientInstallation()", 5000 );\n
time_out = window.setTimeout( "checkClientInstallation()", 15000 );\n
var xhr_object = null;\n
xhr_object = getNewXMLHTTP();\n
xhr_object.onreadystatechange = function()\n
......
96
\ No newline at end of file
97
\ No newline at end of file
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