connectcore-demo-example: network: remove duplicate entries for eth1

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2024-03-22 12:22:35 +01:00
parent 5d801b0386
commit 10570b5ebc
1 changed files with 0 additions and 12 deletions

View File

@ -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");
});