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:
7126e07
)
Add missing parameter to theme.mkdruFacet()
author
Jason Skomorowski
<jason@indexdata.com>
Thu, 3 Mar 2011 06:27:26 +0000
(07:27 +0100)
committer
Jason Skomorowski
<jason@indexdata.com>
Thu, 3 Mar 2011 06:27:26 +0000
(07:27 +0100)
mkdru.theme.js
patch
|
blob
|
history
diff --git
a/mkdru.theme.js
b/mkdru.theme.js
index
09226c1
..
1871750
100644
(file)
--- a/
mkdru.theme.js
+++ b/
mkdru.theme.js
@@
-110,7
+110,7
@@
Drupal.theme.prototype.mkdruStatus = function(activeClients, clients) {
+ clients + Drupal.t(' targets');
};
-Drupal.theme.prototype.mkdruFacet = function (terms, facet, max) {
+Drupal.theme.prototype.mkdruFacet = function (terms, facet, max, selections) {
var html = "";
for (var i = 0; i < terms.length && i < max; i++ ) {
var term = terms[i];