mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-01-22 21:37:18 +01: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…
Reference in a new issue