If you are using Taxonomy Manager on a site that has jQuery update installed, you will get an error message from hideForm.js, since this uses a rather arcane way of checking for a class name. I have provided a patch for changing this to use the .hasClass() function introduced in jQuery 1.2 (so this should be compatible with all Drupal 6 sites, regardless of jQuery update.

CommentFileSizeAuthor
2011-01-18-hasclass-jquery-1.4.patch732 bytesmikl

Comments

mikl’s picture

Any chance to have this merged? It would be a big help :)

eric constantinides’s picture

Thanks, worked perfectly!

nestor.mata’s picture

Status: Needs review » Reviewed & tested by the community

Hi,

I had the exact same problem and I was able to fix it using this patch.
I can confirm that the patch is correct and give no problem with any other functionality, is indeed the correct implementation of that line.
Please proceed to add this patch to the module.

Regards,
~Nestor

mh86’s picture

Status: Reviewed & tested by the community » Fixed

This fix has been committed and is included in 6.x-2.3

Status: Fixed » Closed (fixed)

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