From 075cae3d55197b96d997d72cfb498c870788453a Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Tue, 22 Apr 2025 12:20:54 +0200 Subject: [chore/frontend] Reorder JS a little bit to avoid visible text changes (#4039) --- internal/web/thread.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/web/thread.go') diff --git a/internal/web/thread.go b/internal/web/thread.go index 0b296a75b..d46e52ac7 100644 --- a/internal/web/thread.go +++ b/internal/web/thread.go @@ -154,7 +154,7 @@ func (m *Module) threadGETHandler(c *gin.Context) { }, { Bottom: true, - Src: jsBlurhash, + Src: jsFrontendPrerender, }, }, Extra: map[string]any{ -- cgit v1.2.3