You are here

function joyride_enable in Joyride JQuery for Drupal Site Tours 7

Implements hook_enable(). Perform necessary actions after module is enabled.

See also

http://api.drupalize.me/api/drupal/function/hook_enable/7

File

./joyride.module, line 386

Code

function joyride_enable() {

  // We need this to make context detect new reaction handler
  drupal_flush_all_caches();
}