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:
c972d15
)
Add jquery-bbq js in the ting hook
author
Jakub Skoczen
<jakub@indexdata.dk>
Mon, 24 Jan 2011 12:39:44 +0000
(13:39 +0100)
committer
Jakub Skoczen
<jakub@indexdata.dk>
Mon, 24 Jan 2011 12:39:44 +0000
(13:39 +0100)
mkdru.module
patch
|
blob
|
history
diff --git
a/mkdru.module
b/mkdru.module
index
13ef18a
..
ac06097
100644
(file)
--- a/
mkdru.module
+++ b/
mkdru.module
@@
-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');
+ 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');