Closed (works as designed)
Project:
jQuery Update
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Nov 2008 at 22:33 UTC
Updated:
25 Nov 2008 at 00:10 UTC
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
Comment #1
mfer commentedThat'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.
Comment #2
pasquallegreat! thanks