Commit b7260963 authored by terry%mozilla.org's avatar terry%mozilla.org

Patch by Hugo Frappier <hfrappier@dreammechanics.com> -- make the

"check all" and "uncheck all" buttons work on IE.
parent 3b82ba98
......@@ -1172,6 +1172,7 @@ if ($dotweak) {
<SCRIPT>
numelements = document.changeform.elements.length;
function SetCheckboxes(value) {
var item;
for (var i=0 ; i<numelements ; i++) {
item = document.changeform.elements\[i\];
item.checked = value;
......
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