From 10570b5ebc309dd5ada249dbb48cda2c1ac3ce9f Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Fri, 22 Mar 2024 12:22:35 +0100 Subject: [PATCH] connectcore-demo-example: network: remove duplicate entries for eth1 Signed-off-by: Arturo Buzarra --- connectcore-demo-example/network.html | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/connectcore-demo-example/network.html b/connectcore-demo-example/network.html index 9c35ac7..9bcfbda 100644 --- a/connectcore-demo-example/network.html +++ b/connectcore-demo-example/network.html @@ -415,18 +415,6 @@ Digi Demo - Network $("#eth1_subnet_mask").on("input", function(event) { validateInterface("eth1"); }); - $('#eth1_enable').click(function(){ - updateInterfaceControls("eth1"); - }); - $("#eth1_ip_mode").on("change", function(event) { - updateInterfaceControls("eth1"); - }); - $("#eth1_ip_addr").on("input", function(event) { - validateInterface("eth1"); - }); - $("#eth1_subnet_mask").on("input", function(event) { - validateInterface("eth1"); - }); $("#eth1_default_gateway").on("input", function(event) { validateInterface("eth1"); });