You are here

function _mailhandler_include_js in Mailhandler 6.2

Same name and namespace in other branches
  1. 7.2 mailhandler.module \_mailhandler_include_js()

File

./mailhandler.module, line 334
Retrieves email for posting as nodes and comments.

Code

function _mailhandler_include_js($form_element, &$form_state) {
  drupal_add_js(drupal_get_path('module', 'mailhandler') . '/mailhandler.js');
  return $form_element;
}