In ajax_checklist/ajax_checklist.js line #28
if ( $(this).attr("checked") == undefined ) {
Should be
if ( $(this).attr("checked") == undefined || !$(this).attr("checked") ) {

Comments

asciikewl’s picture

Status: Active » Fixed

Applied in new version.

Anton

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.