Merge branch 'bug_9289' into 3.12-master

This commit is contained in:
Jared Camins-Esakov 2012-12-27 18:33:29 -05:00
commit 25232635f5

View file

@ -130,7 +130,7 @@ var allcheckboxes = $(".checkboxed");
$(this).removeAttr("checked");
} else {
$(this).attr("checked","checked");
// radioCheckBox($(this));
radioCheckBox($(this));
}
});
}