Index: docroot/sites/all/modules/contrib/jquery_update/jquery_update.module IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- docroot/sites/all/modules/contrib/jquery_update/jquery_update.module (revision 85f4497ab92079d82a90c50550c6d7a9234f1cf6) +++ docroot/sites/all/modules/contrib/jquery_update/jquery_update.module (revision ) @@ -94,6 +94,10 @@ $version = $admin_version; } } + + // If any modules wish to force a particular JQuery version. + drupal_alter('jquery_update_override', $version); + // If the ajax version is set then that one always win. if (!empty($_POST['ajax_page_state']['jquery_version'])) { $ajax_version = $_POST['ajax_page_state']['jquery_version'];