Skip to content
Snippets Groups Projects

Draft: [#3052574] Facets AJAX

Open Ted Cooper requested to merge issue/facets-3052574:2.0.x-3052574-ajax into 2.0.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -155,7 +155,7 @@
};
// replace the current history state so that it is available on popstate when clicking back after first
window.history.replaceState(view_state, document.title);
window.history.pushState(view_state, document.title, window.location.origin + window.location.pathname + url.search);
window.history.pushState(view_state, document.title, window.location.origin + url.pathname + url.search);
}
Loading