Closed (fixed)
Project:
Ajax Checklist
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jul 2008 at 15:45 UTC
Updated:
27 Nov 2008 at 14:12 UTC
In ajax_checklist/ajax_checklist.js line #28
if ( $(this).attr("checked") == undefined ) {
Should be
if ( $(this).attr("checked") == undefined || !$(this).attr("checked") ) {
Comments
Comment #1
asciikewl commentedApplied in new version.
Anton