From a6508e3579986eb19106975a1213f0245ff7fc6f Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 25 Nov 2008 04:56:30 +0000 Subject: [PATCH] Use show, not appear --- usr/local/www/interfaces.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php index 1596ff3cb5..b00099448e 100755 --- a/usr/local/www/interfaces.php +++ b/usr/local/www/interfaces.php @@ -1446,6 +1446,7 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "pppoe" } function report_failure() { alert("Sorry, we could not create your gateway at this time."); + hide_add_gateway(); } function save_callback(transport) { var response = transport.responseText; @@ -1463,7 +1464,7 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "pppoe" }