X-Git-Url: http://git.indexdata.com/?p=mkdru-moved-to-drupal.org.git;a=blobdiff_plain;f=mkdru.theme.js;h=1871750510b759d719d82e831a591cf0b916c2a2;hp=09226c128958280956aa9cf4b2c1447fbe7d3b52;hb=db5b797778922d50919364399c90411dfdfb712a;hpb=f1795ec17ae3999b5e652bdabb4016345533b35b diff --git a/mkdru.theme.js b/mkdru.theme.js index 09226c1..1871750 100644 --- 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];