From 80fdf4e9178bd2a77dba5462272d5965b3040303 Mon Sep 17 00:00:00 2001 From: zzz Date: Thu, 24 Oct 2013 19:18:53 +0000 Subject: [PATCH] * I2PTunnel - fix anonymity characterization in dropdowns (2 hops is not high anonymity) --- apps/i2ptunnel/jsp/editClient.jsp | 8 ++++---- apps/i2ptunnel/jsp/editServer.jsp | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/i2ptunnel/jsp/editClient.jsp b/apps/i2ptunnel/jsp/editClient.jsp index 07b196572..8a22db8d0 100644 --- a/apps/i2ptunnel/jsp/editClient.jsp +++ b/apps/i2ptunnel/jsp/editClient.jsp @@ -221,10 +221,10 @@ input.default { width: 1px; height: 1px; visibility: hidden; } <% int tunnelDepth = editBean.getTunnelDepth(curTunnel, 3); - %> - - - + %> + + + <% if (tunnelDepth > 3) { %> <% }