diff options
Diffstat (limited to 'config/openbgpd/openbgpd_status.php')
-rw-r--r-- | config/openbgpd/openbgpd_status.php | 4 |
1 files changed, 2 insertions, 2 deletions
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);}); //]]> </script> |