X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=mkdru.module;h=cb20ab013ffccae21640a0d6f70fee571fd62b44;hb=66f3bea850ee445427da4ec46e18d4374dd3e953;hp=d554ee316e107d4f88248d6699b740dffd70b5a8;hpb=2b5e7db83479b99d46023a9e832d374f66fad453;p=mkdru-moved-to-drupal.org.git diff --git a/mkdru.module b/mkdru.module index d554ee3..cb20ab0 100644 --- a/mkdru.module +++ b/mkdru.module @@ -22,6 +22,7 @@ function mkdru_ting_search_show($params) { // Include client library. drupal_add_js(variable_get('pz2_js_path', 'pazpar2/js') . '/pz2.js', 'module', 'footer'); + drupal_add_js($path . '/jquery.ba-bbq.js', 'module', 'footer'); drupal_add_js($path . '/mkdru.theme.js', 'module', 'footer'); drupal_add_js($path . '/mkdru.client.js', 'module', 'footer'); $html = theme('mkdru_results'); @@ -79,7 +80,7 @@ function mkdru_menu() { /** * Implementation of hook_init() */ -function mkdru_init(){ +function mkdru_init() { // Applies our module specific CSS to all pages. This works best because // all CSS is aggregated and cached so we reduce the number of HTTP // requests and the size is negligible.