From b7c305e0024ca78c1d9f9d7a5107ffc124c56ab1 Mon Sep 17 00:00:00 2001
From: Mike Walton <walton.myke@gmail.com>
Date: Thu, 23 Mar 2023 05:56:20 +0000
Subject: [PATCH] adding myself to the showcase (#301)
---
assets/js/popover.js | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/assets/js/popover.js b/assets/js/popover.js
index 554291a..101d1c0 100644
--- a/assets/js/popover.js
+++ b/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")
--
Gitblit v1.10.0