mirror of
https://github.com/falsycat/ar.falsy.cat.git
synced 2025-10-17 15:22:14 +00:00
feat: add more plausible events
This commit is contained in:
@@ -64,6 +64,11 @@ function initPopover(baseURL, useContextualBacklinks) {
|
||||
})
|
||||
|
||||
el.classList.add("visible")
|
||||
plausible("Popover Hover", {
|
||||
props: {
|
||||
href: li.dataset.src
|
||||
}
|
||||
})
|
||||
})
|
||||
li.addEventListener("mouseout", () => {
|
||||
el.classList.remove("visible")
|
||||
|
Reference in New Issue
Block a user