web/data/cubicweb.facets.js
branchstable
changeset 3107 0829808e93c1
parent 3011 657dfe374b08
child 3129 fab471bee6c1
--- 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){