forked from I2P_Developers/i2p.i2p
Fix autostart hidden input to not appear if checkbox not ticked
This commit is contained in:
@@ -248,7 +248,9 @@
|
|||||||
<span class="comment"><%=intl._("(Check the Box for 'YES')")%></span>
|
<span class="comment"><%=intl._("(Check the Box for 'YES')")%></span>
|
||||||
</div><%
|
</div><%
|
||||||
} else {
|
} else {
|
||||||
|
if ("1".equals(request.getParameter("startOnLoad"))) {
|
||||||
%><input type="hidden" name="startOnLoad" value="<%=request.getParameter("startOnLoad")%>" /><%
|
%><input type="hidden" name="startOnLoad" value="<%=request.getParameter("startOnLoad")%>" /><%
|
||||||
|
}
|
||||||
} /* curPage 6 */
|
} /* curPage 6 */
|
||||||
|
|
||||||
/* End page 6 */ %>
|
/* End page 6 */ %>
|
||||||
|
Reference in New Issue
Block a user