Posted by Steve Dondley on September 19, 2007 at 3:24am
Jump to:
| Project: | Leech |
| Version: | 5.x-1.9 |
| Component: | leech |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
I have the message effects module installed which requires you to install an updated version of jquery. See http://drupal.org/project/messagefx for more details about this. Other javascript modules also require a different version of jquery.
The newer version of jquery has a different api for the addClass and removeClass functions. This problem prevented the "Additional options" field from automatically expanding. This patch corrects for that.
| Attachment | Size |
|---|---|
| leech_jquery.patch | 1.41 KB |
Comments
#1
Thanks Steve. Is this patch backwards compatible to the previous jQuery version? Does it require jQuery update module to be installed?
#2
Sorry, I don't know. I did not test for backwards compatibility. If I get a chance I will.