Is it possible to stop the module functionality when Drupal core already contains the same jquery version? To disable the module is not an option as there are modules which depend on this module.
I guess the performance could be better if the module does not work when it is not needed.

Comments

mfer’s picture

Status: Active » Closed (works as designed)

That's how the module currently works.

If you enable jQuery Update and it has the save version of jQuery as core and is using the same type of compression (defaults to packed which is the same as core) it does nothing. jQuery Update only kicks in when there is a different version of jQuery or a different type of compression.

pasqualle’s picture

great! thanks