# HG changeset patch # User Katia Saurfelt # Date 1252324392 -7200 # Node ID 0829808e93c15f85f94fc2fb5a953bcf2063c48a # Parent 226da883d17a43ee3f1d781787e407be77a8db6d fix OR in facets diff -r 226da883d17a -r 0829808e93c1 web/data/cubicweb.facets.js --- 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){