X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=mkdru.module;h=0e4daf1f91b40ab9843de7e28a866b4bbec2ad06;hb=ac3d47c986ab5db1d6597b5125b34a50bb6ae57b;hp=e477eabe93cfaf3ce4fc5d75781a723a03e5bc29;hpb=11926e04f322d912b7e640469322c96efe62f13d;p=mkdru-moved-to-drupal.org.git diff --git a/mkdru.module b/mkdru.module index e477eab..0e4daf1 100644 --- a/mkdru.module +++ b/mkdru.module @@ -61,6 +61,8 @@ function mkdru_search_execute($keys = NULL, $conditions = NULL) { drupal_add_js(variable_get('pz2_js_path', 'pazpar2/js') . '/pz2.js', array('type' => 'file', 'scope' => 'footer')); drupal_add_library('overlay', 'jquery-bbq'); + drupal_add_js($path . '/recipe.js', + array('type' => 'file', 'scope' => 'footer')); drupal_add_js($path . '/mkdru.theme.js', array('type' => 'file', 'scope' => 'footer')); drupal_add_js($path . '/mkdru.client.js',