Commit b0b9a238 authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 192121 - Javascript error in guided bug entry. Patch by gerv; r=kiko, a=justdave.

parent 003f85e0
...@@ -253,12 +253,15 @@ function PutDescription() { ...@@ -253,12 +253,15 @@ function PutDescription() {
</select> </select>
</td> </td>
<td valign="top" width="100%"> <td valign="top" width="100%">
[% IF cgi.user_agent("Mozilla/5") %]
<div id="description" style="color: green; margin-left: 10px; <div id="description" style="color: green; margin-left: 10px;
height: 5em; overflow: auto;"> height: 5em; overflow: auto;">
Select a component to see its description here. <script type="text/javascript" language="JavaScript">
if ((document.getElementById) && (document.body.innerHTML)) {
document.write("\
Select a component to see its description here.");
}
</script>
</div> </div>
[% END %]
</td> </td>
</tr> </tr>
</table> </table>
......
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