diff --git a/index.html b/index.html
index 8a5b9e3..31e4dbf 100644
--- a/index.html
+++ b/index.html
@@ -2508,8 +2508,8 @@
Book Meeting
@@ -2875,8 +2875,8 @@
style="margin-top: auto; justify-content: flex-end"
>
Book Meeting
@@ -3095,7 +3095,7 @@
stack and can ship practical improvements without drama.
Request scoped help →
@@ -4492,7 +4492,12 @@
setTimeout(function () { calIframe.src = ''; }, 300);
}
- if (schedBtn) schedBtn.addEventListener('click', openCal);
+ document.querySelectorAll('.open-cal').forEach(function (el) {
+ el.addEventListener('click', function (e) {
+ e.preventDefault();
+ openCal();
+ });
+ });
if (calClose) calClose.addEventListener('click', closeCal);
if (calOverlay) {
calOverlay.addEventListener('click', function (e) {