Browse Source

don't draw "length"

websocket-ui
Jeff Becker 8 years ago
parent
commit
f2a129537f
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
  1. 1
      websocket-ui/ui.js

1
websocket-ui/ui.js

@ -243,6 +243,7 @@ setInterval(function() { @@ -243,6 +243,7 @@ setInterval(function() {
}
for ( var h in tpeers ) {
if( h == "length") continue;
drawPeer(getPeer(h));
}

Loading…
Cancel
Save