You are here

function jquery_update_install in jQuery Update 7.3

Same name and namespace in other branches
  1. 6.2 jquery_update.install \jquery_update_install()
  2. 6 jquery_update.install \jquery_update_install()

Implements hook_install().

File

./jquery_update.install, line 49
Install file for jQuery Update.

Code

function jquery_update_install() {

  // Use core's default jQuery version for the "seven" admin theme.
  _jquery_update_set_theme_version('seven', 'default');
}