Skip to content

js: Fix language redirect dropping URL fragment

Performing a language redirect drops the query and fragment of the URL, which causes certain links to stop working properly.

Steps to reproduce:

Fix that by just replacing the pathname when redirecting, instead of the entire url.

Reported-by: Rafael Fontenelle
Fixes: 9cc8caf3 (js: Fix language redirect breaking back button, 2023-11-19)
Resolves: #114 (closed)

Edited by Guacamolie

Merge request reports