The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 80b38b6f authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Merge branch 'release-3.1'

parents 2332d990 81a6a0c2
No related merge requests found
......@@ -294,7 +294,7 @@ function keyboardShortcuts() {
*/
function setupFacets() {
// Advanced facets
$('.facetOR').click(function facetBlocking() {
$('.facetAND a,.facetOR a').click(function facetBlocking() {
$(this).closest('.collapse').html('<div class="list-group-item">' + VuFind.translate('loading') + '...</div>');
window.location.assign($(this).attr('href'));
});
......@@ -367,7 +367,7 @@ $(document).ready(function commonDocReady() {
}
setupFacets();
// retain filter sessionStorage
$('.searchFormKeepFilters').click(function retainFiltersInSessionStorage() {
sessionStorage.setItem('vufind_retain_filters', this.checked ? 'true' : 'false');
......
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