You are here

function select_with_style_init in Select with Style 7

Implements hook_init().

Loads the Select with Style javascript effects bonus pack!

File

select_with_style/select_with_style.module, line 530
select_with_style.module

Code

function select_with_style_init() {
  drupal_add_js(drupal_get_path('module', 'select_with_style') . '/select_with_style.js');
}