Skip to content
Snippets Groups Projects
Commit d9de5d37 authored by Andrew Zahura's avatar Andrew Zahura Committed by Markus Kalkbrenner
Browse files

Issue #3210353 by shkiper, mkalkbrenner, Yujiman85: Issue with browser Back...

Issue #3210353 by shkiper, mkalkbrenner, Yujiman85: Issue with browser Back button and Checkbox widget
parent 1175f588
No related branches found
No related tags found
2 merge requests!292Issue #3210353 by shkiper, mkalkbrenner, Yujiman85: Issue with browser Back...,!104Issue #3310812 by StryKaizer: Support dropdown widget
......@@ -16,7 +16,7 @@
window.onbeforeunload = function(e) {
if (Drupal.facets) {
var $checkboxWidgets = $('.js-facets-checkbox-links');
var $checkboxWidgets = $('.js-facets-checkbox-links, .js-facets-links');
if ($checkboxWidgets.length > 0) {
$checkboxWidgets.each(function (index, widget) {
var $widget = $(widget);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment