You are here

function jquery_update_uninstall in jQuery Update 7

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.3 jquery_update.install \jquery_update_uninstall()
  4. 7.2 jquery_update.install \jquery_update_uninstall()

Implementation of hook_uninstall().

File

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

Code

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