From ce7a46bbed046901ce96070043130f3e289d8b85 Mon Sep 17 00:00:00 2001 From: kytv Date: Fri, 20 Jul 2012 19:20:18 +0000 Subject: [PATCH] Open Previewed http dests with target="_parent" in i2ptunnel Before iframing i2ptunnel, clicking the Preview button would open the site in the parent window. This change will cause the sites to open in the parent window from within the iframed page. --- apps/i2ptunnel/jsp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/i2ptunnel/jsp/index.jsp b/apps/i2ptunnel/jsp/index.jsp index a35826a5c..02a21bf18 100644 --- a/apps/i2ptunnel/jsp/index.jsp +++ b/apps/i2ptunnel/jsp/index.jsp @@ -116,7 +116,7 @@ <% if (("httpserver".equals(indexBean.getInternalType(curServer)) || ("httpbidirserver".equals(indexBean.getInternalType(curServer)))) && indexBean.getTunnelStatus(curServer) == IndexBean.RUNNING) { %> - <%=intl._("Preview")%> + <%=intl._("Preview")%> <% } else if (indexBean.getTunnelStatus(curServer) == IndexBean.RUNNING) { %><%=intl._("Base32 Address")%>:
<%=indexBean.getDestHashBase32(curServer)%>.b32.i2p