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