summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/usr/local/www/interfaces.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/interfaces.php b/src/usr/local/www/interfaces.php
index 0e83d7f..2dfb23e 100755
--- a/src/usr/local/www/interfaces.php
+++ b/src/usr/local/www/interfaces.php
@@ -3422,7 +3422,7 @@ events.push(function() {
function addOption_v6() {
var gwtext_v6 = escape($("#gatewayname6").val()) + " - " + $("#gatewayip6").val();
- addSelectboxOption($('#gateway'), gwtext_v6, $("#gatewayname6").val());
+ addSelectboxOption($('#gatewayv6'), gwtext_v6, $("#gatewayname6").val());
}
function addSelectboxOption(selectbox, text, value) {
OpenPOWER on IntegriCloud