From b05198f173da13dbb50bd270bd27c2029a546565 Mon Sep 17 00:00:00 2001 From: Jakub Skoczen Date: Mon, 7 Mar 2011 11:18:35 +0100 Subject: [PATCH] Include recipe.js --- mkdru.module | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdru.module b/mkdru.module index d057df2..6277314 100644 --- a/mkdru.module +++ b/mkdru.module @@ -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'); -- 1.7.10.4