diff --git a/pug/tag_grid.pug b/pug/tag_grid.pug index fd2c429..266ef2b 100644 --- a/pug/tag_grid.pug +++ b/pug/tag_grid.pug @@ -32,7 +32,7 @@ block view newURL.searchParams.set("filter_field", "tag") newURL.searchParams.delete("filter_fuzzy") newURL.searchParams.set("arrange", filter_field ? "album" : "label") - location = newURL + htmx.ajax("GET", newURL.search, {context: content}) } }) content.style.background = "none"