function respondjs_uninstall in Respond.js 7
Implements hook_uninstall().
File
- ./
respondjs.install, line 64
Code
function respondjs_uninstall() {
variable_del('respondjs_scope');
variable_del('respondjs_quiet');
}
Implements hook_uninstall().
function respondjs_uninstall() {
variable_del('respondjs_scope');
variable_del('respondjs_quiet');
}