mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2024-12-06 19:26:18 +01:00
don't draw "length"
This commit is contained in:
@@ -243,6 +243,7 @@ setInterval(function() {
|
||||
}
|
||||
|
||||
for ( var h in tpeers ) {
|
||||
if( h == "length") continue;
|
||||
drawPeer(getPeer(h));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user