Bug 133201 - js syntax error in show_bug

patch by zeroJ@null.net (John Vandenberg), r=bbaetz x 2
parent a7d2f3b0
...@@ -402,7 +402,7 @@ ...@@ -402,7 +402,7 @@
<input type="radio" name="knob" value="reassign"> <input type="radio" name="knob" value="reassign">
<a href="bug_status.html#assigned_to">Reassign</A> bug to <a href="bug_status.html#assigned_to">Reassign</A> bug to
<input name="assigned_to" size="32" <input name="assigned_to" size="32"
onchange="if ((this.value != "[% bug.assigned_to_email %]") && onchange="if ((this.value != '[% bug.assigned_to_email %]') &&
(this.value != '')) { (this.value != '')) {
document.changeform.knob[[% knum %]].checked=true; document.changeform.knob[[% knum %]].checked=true;
}" }"
......
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