diff --git a/websocket-ui/ui.js b/websocket-ui/ui.js index c076dbe..bb3d085 100644 --- a/websocket-ui/ui.js +++ b/websocket-ui/ui.js @@ -243,6 +243,7 @@ setInterval(function() { } for ( var h in tpeers ) { + if( h == "length") continue; drawPeer(getPeer(h)); }