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.
| Comment | File | Size | Author |
|---|---|---|---|
| 2011-01-18-hasclass-jquery-1.4.patch | 732 bytes | mikl |
Comments
Comment #1
miklAny chance to have this merged? It would be a big help :)
Comment #2
eric constantinides commentedThanks, worked perfectly!
Comment #3
nestor.mata commentedHi,
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
Comment #4
mh86 commentedThis fix has been committed and is included in 6.x-2.3