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