Mike Walton
2023-03-23 b7c305e0024ca78c1d9f9d7a5107ffc124c56ab1
assets/js/popover.js
@@ -64,6 +64,11 @@
            })
            el.classList.add("visible")
            plausible("Popover Hover", {
              props: {
                href: li.dataset.src
              }
            })
          })
          li.addEventListener("mouseout", () => {
            el.classList.remove("visible")