jquery_update_get_version function not working for some jquery.min.js

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

travist’s picture

Status: Active » Reviewed & tested by the community
FileSize
789 bytes

We were having the same problem. This can cause big issues if you are using the Features + Strongarm modules to set the jquery_update_replace variable to TRUE. Without this logic, it will force it to be FALSE, which isn't correct.

I have also updated the patch since the one above was not applying to our codebase for some reason.

Thanks,

Travis.

quicksketch’s picture

Status: Reviewed & tested by the community » Closed (duplicate)

Let's consolidate with #813918: jQuery update not replacing js files in Drupal 6. It uses a different approach but gets the job done more efficiently.