X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=mkdru.theme.js;h=8051e40e863d727bc7e029fd71c62193b1fa9ce0;hb=08871a2c8216c8b9a6c39104402dc55e07df5cf3;hp=745106e2938c77b5daec293135ab37eb34e7ce8d;hpb=74e31a105786fa0ea1c7fd28b12f767e3df35368;p=mkdru-moved-to-drupal.org.git diff --git a/mkdru.theme.js b/mkdru.theme.js index 745106e..8051e40 100644 --- a/mkdru.theme.js +++ b/mkdru.theme.js @@ -111,6 +111,7 @@ Drupal.theme.prototype.mkdruStatus = function(activeClients, clients) { }; Drupal.theme.prototype.mkdruFacet = function (terms, facet, max) { + debugger; var html = ""; for (var i = 0; i < terms.length && i < max; i++ ) { html += '' + Drupal.t('Show all...') + '

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