Author Topic: Check all JS bug  (Read 2000 times)

dirar

  • Newbie
  • *
  • Posts: 17
Check all JS bug
« on: June 10, 2008, 11:38:38 AM »
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

sbcjr

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 6247
    • PHPmotion Mods
Re: Check all JS bug
« Reply #1 on: June 10, 2008, 11:45:16 AM »
Thanks...

You get this bug in V1?

If not, please report it at http://bugs.phpmotion.com.

Thank you!