Chris@0: /** Chris@0: * Implements hook_js_alter(). Chris@0: */ Chris@0: function {{ machine_name }}_js_alter(&$javascript) { Chris@0: // Swap out jQuery to use an updated version of the library. Chris@0: $javascript['misc/jquery.js']['data'] = drupal_get_path('module', 'jquery_update') . '/jquery.js'; Chris@0: }