Add jquery-bbq js in the ting hook
authorJakub Skoczen <jakub@indexdata.dk>
Mon, 24 Jan 2011 12:39:44 +0000 (13:39 +0100)
committerJakub Skoczen <jakub@indexdata.dk>
Mon, 24 Jan 2011 12:39:44 +0000 (13:39 +0100)
mkdru.module

index 13ef18a..ac06097 100644 (file)
@@ -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');
   // 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'); 
   drupal_add_js($path . '/mkdru.theme.js', 'module', 'footer');
   drupal_add_js($path . '/mkdru.client.js', 'module', 'footer');
   $html = theme('mkdru_results');