diff --git a/libs/web/luasrc/view/cbi/network_netlist.htm b/libs/web/luasrc/view/cbi/network_netlist.htm
index 46da88fd1a..4be92b9402 100644
--- a/libs/web/luasrc/view/cbi/network_netlist.htm
+++ b/libs/web/luasrc/view/cbi/network_netlist.htm
@@ -35,7 +35,7 @@ $Id$
<% for _, net in ipairs(networks) do
if net:name() ~= "loopback" and net:name() ~= self.exclude then %>
- " onclick="cbi_d_update(this.id)" onchange="cbi_d_update(this.id)"<%=
attr("type", self.widget or "radio") ..
attr("id", cbid .. "." .. net:name()) ..
attr("name", cbid) .. attr("value", net:name()) ..
@@ -59,12 +59,25 @@ $Id$
<% if self.widget ~= "checkbox" and not self.nocreate then %>