Bug 160204 - search/knob.html.tmpl: script type missing, space missing

Patch by burnus@gmx.de (Tobias Burnus), r=bbaetz x2
parent ff8c2c11
......@@ -33,7 +33,7 @@
[% IF NOT userid %]
<input type="hidden" name="cmdtype" value="doit">
[% ELSE %]
<script> <!--
<script type="text/javascript"> <!--
function remCheckboxChanged() {
if (document.queryform.remember.checked == true) {
document.queryform.remtype[0].disabled = false;
......@@ -68,7 +68,7 @@
<table>
<tr>
<td>
<input type="radio"id="cmdtype-doit"
<input type="radio" id="cmdtype-doit"
name="cmdtype" value="doit" checked="checked">
<label for="cmdtype-doit">Run this search</label>
</td>
......@@ -121,7 +121,7 @@
</tr>
</table>
<script> <!--
<script type="text/javascript"> <!--
remCheckboxChanged();
remTypeChanged();
// -->
......
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