Created
March 25, 2011 19:13
-
-
Save emjayess/887417 to your computer and use it in GitHub Desktop.
include a more up-to-date version of jquery than what ships with Drupal 7 core...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function hook_js_alter(&$js) { | |
$js['misc/jquery.js']['data'] = drupal_get_path('module', 'jquery_update') . '/jquery.js'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment