FacetWP – disable permalink / hash

<script>

(function($) {
    $(document).on('facetwp-refresh', function() {
        if (! FWP.loaded) {
            FWP.setHash = function() { /* empty */ }
        }
    });
})(jQuery);

</script>