From c07d326eebcaaf963b16c05d93cee0aa5f192fd3 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 13 Sep 2005 05:10:11 +0000 Subject: Change refresh to 5000 --- usr/local/www/javascript/index/sajax.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/local/www/javascript') diff --git a/usr/local/www/javascript/index/sajax.js b/usr/local/www/javascript/index/sajax.js index 6f477f1..110812d 100644 --- a/usr/local/www/javascript/index/sajax.js +++ b/usr/local/www/javascript/index/sajax.js @@ -5,7 +5,7 @@ function updateMeters() x_get_uptime(updateUptime); x_get_pfstate(updateState); - window.setTimeout('updateMeters()', 10000); + window.setTimeout('updateMeters()', 5000); } function updateMemory(x) @@ -34,4 +34,4 @@ function updateState(x) document.getElementById("pfstate").value = x; } -window.setTimeout('updateMeters()', 10000); \ No newline at end of file +window.setTimeout('updateMeters()', 5000); \ No newline at end of file -- cgit v1.1