diff --git a/themes/bootstrap3/js/facets.js b/themes/bootstrap3/js/facets.js
index 7dfaea2195ac7e50f0d1315b7700686f1b05d499..b0654915fdacbadc08063aebf59dec8fb3ccefac 100644
--- a/themes/bootstrap3/js/facets.js
+++ b/themes/bootstrap3/js/facets.js
@@ -162,7 +162,7 @@ VuFind.register('sideFacets', function SideFacets() {
 
   function init() {
     // Advanced facets
-    $('.facetAND a,.facetOR a').click(function facetBlocking() {
+    $('a.facet,.facet a').click(function facetBlocking() {
       $(this).closest('.collapse').html('<div class="facet">' + VuFind.translate('loading') + '...</div>');
       window.location.assign($(this).attr('href'));
     });