diff --git a/src/www/services_unbound.php b/src/www/services_unbound.php index 1182c8c97..56457707a 100644 --- a/src/www/services_unbound.php +++ b/src/www/services_unbound.php @@ -150,7 +150,7 @@ include_once("head.inc"); $(window).trigger('resize'); }) // show advanced when option set - if ($("#outgoing_interface").val() != "" || $("#custom_options").val() != "") { + if ($("#outgoing_interface").val() != "" || $("#custom_options").val() != "" || $("#enable_wpad").prop('checked')) { $("#show_advanced_dns").click(); } }); @@ -297,16 +297,6 @@ include_once("head.inc"); -