Include recipe.js
authorJakub Skoczen <jakub@indexdata.dk>
Mon, 7 Mar 2011 10:18:35 +0000 (11:18 +0100)
committerJakub Skoczen <jakub@indexdata.dk>
Mon, 7 Mar 2011 10:18:35 +0000 (11:18 +0100)
mkdru.module

index d057df2..6277314 100644 (file)
@@ -23,6 +23,7 @@ function mkdru_ting_search_show($params) {
   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 . '/recipe.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');