X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=mkdru.theme.js;h=92e1340dc4414f9a33827a364c481fb7983683d5;hb=ae2619caecfb844e4e1792705780bbc87d294bff;hp=745106e2938c77b5daec293135ab37eb34e7ce8d;hpb=74e31a105786fa0ea1c7fd28b12f767e3df35368;p=mkdru-moved-to-drupal.org.git diff --git a/mkdru.theme.js b/mkdru.theme.js index 745106e..92e1340 100644 --- a/mkdru.theme.js +++ b/mkdru.theme.js @@ -128,4 +128,8 @@ Drupal.theme.prototype.mkdruFacetLimit = function (term, link) { return '

' + Drupal.t('Only displaying ') + term.name + '

' + '

' + Drupal.t('Show all...') + '

'; } -}; \ No newline at end of file +}; + +Drupal.theme.prototype.mkdruFacetContainer = function (facets, facetCfg) { + return ""; +};