Appears to be caused by line 30 in root/static/scripts/common/MB/Control/SelectAll.js which tries to set the attribute "checked" to undefined. Using .prop instead of .attr will fix it.
kovacsur added a comment - 18/Oct/12 11:08 AM Appears to be caused by line 30 in root/static/scripts/common/MB/Control/SelectAll.js which tries to set the attribute "checked" to undefined. Using .prop instead of .attr will fix it.
Appears to be caused by line 30 in root/static/scripts/common/MB/Control/SelectAll.js which tries to set the attribute "checked" to undefined. Using .prop instead of .attr will fix it.