Skip to content

Commit

Permalink
Merge pull request #1879 from laws-africa/search-back-fix
Browse files Browse the repository at this point in the history
don't re-call pushState after popState
  • Loading branch information
longhotsummer authored Jul 1, 2024
2 parents b814abe + 48f5081 commit 5d3446b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion peachjam/js/components/FindDocuments/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ export default {
tabTrigger.show();
}
this.search();
this.search(false);
},
suggest (q) {
Expand Down
2 changes: 1 addition & 1 deletion peachjam/static/js/app-prod.js

Large diffs are not rendered by default.

0 comments on commit 5d3446b

Please sign in to comment.