I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit c81c4cb8 authored by str4d's avatar str4d
Browse files

Fix autostart hidden input to not appear if checkbox not ticked

parent 4be3f168
No related branches found
No related tags found
No related merge requests found
...@@ -248,7 +248,9 @@ ...@@ -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 */ %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment