Force state update when query comes from ting
[mkdru-moved-to-drupal.org.git] / mkdru.theme.js
index 745106e..92e1340 100644 (file)
@@ -128,4 +128,8 @@ Drupal.theme.prototype.mkdruFacetLimit = function (term, link) {
     return '<p>' + Drupal.t('Only displaying ') + term.name + '</p>'
       + '<p><a href="' + link + '">' + Drupal.t('Show all...') + '</a></p>';
   }
-};
\ No newline at end of file
+};
+
+Drupal.theme.prototype.mkdruFacetContainer = function (facets, facetCfg) {
+  return "";
+};