You are here

function jquery_update_uninstall in jQuery Update 7.3

Same name and namespace in other branches
  1. 6.2 jquery_update.install \jquery_update_uninstall()
  2. 6 jquery_update.install \jquery_update_uninstall()
  3. 7 jquery_update.install \jquery_update_uninstall()
  4. 7.2 jquery_update.install \jquery_update_uninstall()

Implements hook_uninstall().

File

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

Code

function jquery_update_uninstall() {
  variable_del('jquery_update_compression_type');
  variable_del('jquery_update_jquery_version');
  variable_del('jquery_update_jquery_cdn');
}