Bug 1022228 Comment 25 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

> But let's just use document.getElementById("date-toggle").checked = true;

I have to use `setAttribute("checked", "true")` because this element is a label styled as a button, and `checked = true` doesn't seem to work.

> indention off

Argh, almost every attributes in that file are not properly indented. I'm fixing it.
> But let's just use document.getElementById("date-toggle").checked = true;

I have to use `setAttribute("checked", "true")` because this element is a label styled as a button, and `checked = true` doesn't seem to work.

> indention off

Argh, almost every attribute in that file are not properly indented. I'm fixing it.

Back to Bug 1022228 Comment 25