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

Fix bug -- loading status lost.

parent 5939665c
No related merge requests found
...@@ -162,7 +162,7 @@ VuFind.register('sideFacets', function SideFacets() { ...@@ -162,7 +162,7 @@ VuFind.register('sideFacets', function SideFacets() {
function init() { function init() {
// Advanced facets // 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>'); $(this).closest('.collapse').html('<div class="facet">' + VuFind.translate('loading') + '...</div>');
window.location.assign($(this).attr('href')); 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