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.
| Comment | File | Size | Author |
|---|---|---|---|
| leech_jquery.patch | 1.41 KB | Steve Dondley |
Comments
Comment #1
alex_b commentedThanks Steve. Is this patch backwards compatible to the previous jQuery version? Does it require jQuery update module to be installed?
Comment #2
Steve Dondley commentedSorry, I don't know. I did not test for backwards compatibility. If I get a chance I will.