mirror of
https://github.com/PurpleI2P/i2pd-tools
synced 2025-02-10 13:44:13 +00:00
don't draw "length"
This commit is contained in:
parent
6e7d8c3eb1
commit
f2a129537f
@ -243,6 +243,7 @@ setInterval(function() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for ( var h in tpeers ) {
|
for ( var h in tpeers ) {
|
||||||
|
if( h == "length") continue;
|
||||||
drawPeer(getPeer(h));
|
drawPeer(getPeer(h));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user