Skip to content

Commit

Permalink
Redirect was broken when project contained #
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk authored and dabreegster committed Feb 14, 2025
1 parent 7693503 commit 6f55340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/CntChooseArea.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
}),
);
window.location.href = `index.html?project=${project}`;
window.location.href = `index.html?project=${encodeURIComponent(project)}`;
return;
}
}
Expand Down

0 comments on commit 6f55340

Please sign in to comment.