From f8992fc24bd57e8c2337e99d00ca239147625600 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Mon, 7 Apr 2025 08:05:55 +1200 Subject: [PATCH] Keep player when clicking tags --- pug/tag_grid.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"