Skip to content

Commit

Permalink
updating path for isotope
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulaBannerman committed Dec 16, 2024
1 parent 04c2af6 commit 0a6c7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/isotope.settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jQuery(document).ready(function ($) {
var initHash = "archive_area=" + encodeURIComponent(initialFilter);

// Apply the new hash to the URI, triggering onHahschange()
if (location.pathname !== '/coffa/resource') {
if (location.pathname == '/coffa/resources') {
location.hash = initHash;
}

Expand Down

0 comments on commit 0a6c7ea

Please sign in to comment.