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>
|
||||
</div><%
|
||||
} else {
|
||||
if ("1".equals(request.getParameter("startOnLoad"))) {
|
||||
%><input type="hidden" name="startOnLoad" value="<%=request.getParameter("startOnLoad")%>" /><%
|
||||
}
|
||||
} /* curPage 6 */
|
||||
|
||||
/* End page 6 */ %>
|
||||
|
Reference in New Issue
Block a user