You are here

function bu_init in Browser update 6

File

./bu.module, line 3

Code

function bu_init() {
  drupal_add_js(bu_get_settings(), 'setting');
  drupal_add_js(drupal_get_path('module', 'bu') . '/bu.js', 'module', 'footer', FALSE, TRUE, FALSE);
}