I'm loading the Javascript files on my site in the footer to improve loading performance.

The module injects Javascript into the middle of the page that calls jQuery.extend, which doesn't exist yet, and this break the page.

CommentFileSizeAuthor
#2 jsfooter.patch2.05 KBmuldos
#1 jsfooter-962382-2.patch4.95 KBmuldos
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

muldos’s picture

FileSize
4.95 KB

Hi, I just run into the same issue, Here is a patch on the current 6.x version to avoid this.
I have replaced the use of jquery.extend, by a span markup which contains html5 data-* attributes and the js code now access these values.

Tell me if its good for you :)

David

muldos’s picture

Status: Active » Needs review
FileSize
2.05 KB

Made a better code and a new patch that combine with the issue of the remove button who don't remove the thumbnail

(http://drupal.org/node/501964)