<script>
(function($) {
$(document).on('facetwp-refresh', function() {
if (! FWP.loaded) {
FWP.setHash = function() { /* empty */ }
}
});
})(jQuery);
</script>
Code snippets for FacetWP
<script>
(function($) {
$(document).on('facetwp-refresh', function() {
if (! FWP.loaded) {
FWP.setHash = function() { /* empty */ }
}
});
})(jQuery);
</script>