2
0
Fork 0
mirror of https://github.com/PurpleI2P/i2pd-tools.git synced 2025-07-05 17:53:55 +02:00

don't draw "length"

This commit is contained in:
Jeff Becker 2016-10-20 16:27:01 -04:00
parent 6e7d8c3eb1
commit f2a129537f
No known key found for this signature in database
GPG key ID: AB950234D6EA286B

View file

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