You are here

function nodejs_watchdog_form_dblog_filter_form_alter in Node.js integration 7

Implements hook_form_FORM_ID_alter().

File

nodejs_watchdog/nodejs_watchdog.module, line 6

Code

function nodejs_watchdog_form_dblog_filter_form_alter(&$form, &$form_state, $form_id) {
  nodejs_send_content_channel_token('watchdog_dblog');
  drupal_add_js(drupal_get_path('module', 'nodejs_watchdog') . '/nodejs.watchdog.js', array(
    'type' => 'file',
  ));
}