function jqmulti_jquery_update_alter in jQuery Multi 6
Implements hook_jquery_update_alter(). This takes care of the alterations in the case that jQuery Update is installed.
File
- ./
jqmulti.module, line 30 - Code for the jQuery Multi module.
Code
function jqmulti_jquery_update_alter(&$scripts) {
$scripts = jqmulti_alter_scripts($scripts);
}