Release 202506101742
This commit is contained in:
@@ -66,7 +66,7 @@ function addBadgeIfUnread(href: string) {
|
||||
}
|
||||
|
||||
<script>
|
||||
document.addEventListener('sse-new-notification', () => {
|
||||
document.addEventListener('sse:new-notification', () => {
|
||||
const links = document.querySelectorAll('link[rel="icon"]')
|
||||
links.forEach((link) => {
|
||||
const href = link.getAttribute('href')
|
||||
|
||||
Reference in New Issue
Block a user