projects
/
mkdru-moved-to-drupal.org.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7a2524
)
Include recipe.js
author
Jakub Skoczen
<jakub@indexdata.dk>
Mon, 7 Mar 2011 10:18:35 +0000
(11:18 +0100)
committer
Jakub Skoczen
<jakub@indexdata.dk>
Mon, 7 Mar 2011 10:18:35 +0000
(11:18 +0100)
mkdru.module
patch
|
blob
|
history
diff --git
a/mkdru.module
b/mkdru.module
index
d057df2
..
6277314
100644
(file)
--- 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');