forked from I2P_Developers/i2p.i2p
Fix condition for including targetHost
This commit is contained in:
@@ -170,7 +170,7 @@
|
||||
|
||||
<% /* Page 5 - Binding ports and addresses*/
|
||||
|
||||
if ((tunnelIsClient && "streamrclient".equals(tunnelType)) || !"streamrserver".equals(tunnelType)) {
|
||||
if ((tunnelIsClient && "streamrclient".equals(tunnelType)) || (!tunnelIsClient && !"streamrserver".equals(tunnelType))) {
|
||||
if (curPage == 5) {
|
||||
%><div id="hostField" class="rowItem">
|
||||
<label for="targetHost" accesskey="H">
|
||||
|
||||
Reference in New Issue
Block a user