When clicking on "check all/uncheck all" and there is one item in a list then I get this error
el_collection has no properties
for (var c=0;c<el_collection.length;c++)
manage.php (line 18)
this is because el_collection has no length since it's one checkbox and not an array
Thanks