diff --git a/emhttp/plugins/dynamix/Eth0.page b/emhttp/plugins/dynamix/Eth0.page index bf077aefe..03393acda 100644 --- a/emhttp/plugins/dynamix/Eth0.page +++ b/emhttp/plugins/dynamix/Eth0.page @@ -468,6 +468,7 @@ function checkNetworkAccess(form) { } function addVLAN(port) { + $('input[value="=_("Apply")?>"],input[value="Apply"]').prop('disabled',false); var index = 1; while ($('#index-'+port+'-'+index).length) index++; var template = $($('
').loadTemplate($('#network-template-'+port)).html().replace(/INDEX/g,index));