Bug 160224 - remember query radio buttons don't have default

r=gerv x2
parent 05bc3fec
......@@ -84,7 +84,7 @@
</td>
<td>
<input type="radio" id="remtype-asnamed"
name="remtype" value="asnamed"
name="remtype" value="asnamed" checked="checked"
onclick="remTypeChanged()">
<label for="remtype-asnamed">with this name:</label>
<input type="text" name="newqueryname"><br>
......@@ -123,7 +123,6 @@
<script type="text/javascript"> <!--
remCheckboxChanged();
remTypeChanged();
// -->
</script>
[% END %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment