fix bookmarklet, React 19 no longer allows 'javascript:' urls

This commit is contained in:
Athou
2025-04-04 14:25:21 +02:00
parent 5ad4b97205
commit 0c0834b30f
2 changed files with 5 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ function NextUnreadBookmarklet() {
const { _ } = useLingui()
const baseUrl = window.location.href.substring(0, window.location.href.lastIndexOf("#"))
const href = `javascript:window.location.href='${baseUrl}next?category=${categoryId}&order=${order}&t='+new Date().getTime();`
const href = `${baseUrl}next?category=${categoryId}&order=${order}`
return (
<Box>