Skip to content
Snippets Groups Projects
Commit 1e4905ac authored by Demian Katz's avatar Demian Katz
Browse files

Fix bug in selector.

parent fd828e59
No related merge requests found
......@@ -162,7 +162,7 @@ VuFind.register('sideFacets', function SideFacets() {
function init() {
// Advanced facets
$('a.facet,.facet a').click(function facetBlocking() {
$('a.facet:not(.narrow-toggle),.facet a').click(function facetBlocking() {
$(this).closest('.collapse').html('<div class="facet">' + VuFind.translate('loading') + '...</div>');
window.location.assign($(this).attr('href'));
});
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment