diff --git a/nodes/core/io/25-serial.html b/nodes/core/io/25-serial.html index fec81b833..b8bc7e2d1 100644 --- a/nodes/core/io/25-serial.html +++ b/nodes/core/io/25-serial.html @@ -229,8 +229,7 @@ minLength:0, close: function( event, ui ) { $("#node-config-input-serialport").autocomplete( "destroy" ); - }, - focus: function( event, ui ) {console.log(event);} + } }).autocomplete("search",""); }); });