--- a/web/data/cubicweb.facets.js Thu Sep 03 13:06:36 2009 +0200
+++ b/web/data/cubicweb.facets.js Mon Sep 07 13:53:12 2009 +0200
@@ -130,9 +130,10 @@
});
facet.find('div.facetCheckBox').click(function () {
var $this = jQuery(this);
- if ($this.hasClass('facetValueDisabled')){
- return
- }
+ // NOTE : add test on the facet operator (i.e. OR, AND)
+ // if ($this.hasClass('facetValueDisabled')){
+ // return
+ // }
if ($this.hasClass('facetValueSelected')) {
$this.removeClass('facetValueSelected');
$this.find('img').each(function (i){