From b045bbb3f7e54f1ef798db34b70ca876c456bd13 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Thu, 25 Jul 2013 15:07:02 -0300 Subject: Increase timeout to ajax calls --- config/openbgpd/openbgpd_status.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/openbgpd') diff --git a/config/openbgpd/openbgpd_status.php b/config/openbgpd/openbgpd_status.php index 522d3d41..fa5f2f38 100644 --- a/config/openbgpd/openbgpd_status.php +++ b/config/openbgpd/openbgpd_status.php @@ -204,9 +204,9 @@ function execCmds() { } if (jQuery) - jQuery(document).ready(exec_all_cmds()); + jQuery(document).ready(function(){setTimeout('exec_all_cmds()', 5000);}); else - document.observe('dom:loaded', exec_all_cmds()); + document.observe('dom:loaded', function(){setTimeout('exec_all_cmds()', 5000);}); //]]> -- cgit v1.2.3