You are here

function datex_popup_enable in Datex 7.3

Implements hook_enable().

File

datex_popup/datex_popup.module, line 14

Code

function datex_popup_enable() {
  if (!module_exists('jquery_update')) {
    drupal_set_message(t("Attention: datex-popup won't work with old versions of jquery. Use jquery_update module."), 'warning');
  }
}