From 9396e523dfa16e340e873221aeb38b48987b951e Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 17 Oct 2007 02:29:32 +0000 Subject: * Backout last commit, changing the text breaks the logic * Make sure that we check every couple seconds for changes --- packages/openbgpd/openbgpd.inc | 9 ++++----- packages/openbgpd/openbgpd_neighbors.xml | 3 +-- 2 files changed, 5 insertions(+), 7 deletions(-) (limited to 'packages') diff --git a/packages/openbgpd/openbgpd.inc b/packages/openbgpd/openbgpd.inc index 7434b622..22986ced 100644 --- a/packages/openbgpd/openbgpd.inc +++ b/packages/openbgpd/openbgpd.inc @@ -150,16 +150,15 @@ function grey_out_value_boxes() { \$('parmvalue' + x).value = ''; \$('parmvalue' + x).disabled = true; } else { - $('paramaters' + x).options[$('paramaters' + x).selectedIndex].text = without_last_two; \$('parmvalue' + x).disabled = false; } } } } - } - - - var timerID = setTimeout("grey_out_value_boxes()", 1000); + var timerID = setTimeout("grey_out_value_boxes()", 1200); + + } + grey_out_value_boxes(); diff --git a/packages/openbgpd/openbgpd_neighbors.xml b/packages/openbgpd/openbgpd_neighbors.xml index 07f01cac..28e05244 100644 --- a/packages/openbgpd/openbgpd_neighbors.xml +++ b/packages/openbgpd/openbgpd_neighbors.xml @@ -130,9 +130,8 @@ Value parmvalue - When the WAN MS ping time is surpassed, item will failover to next host input - 15 + 25 -- cgit v1.2.3