function webform_hints_init in Webform Hints 6
Implementation of hook_init().
File
- ./
webform_hints.module, line 13
Code
function webform_hints_init() {
drupal_add_js(drupal_get_path('module', 'webform_hints') . '/jquery.formHints.js');
drupal_add_js(drupal_get_path('module', 'webform_hints') . '/webform_hints.js');
}