patx/afterdarklabs
cal.com update 2
Commit fab1bcc · patx · 2026-08-04T21:14:37-04:00
Comments
No comments yet.
Diff
diff --git a/docs/index.html b/docs/index.html
index b0acc8a..9afd709 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -644,6 +644,11 @@
cal.q = cal.q || [];
const script = document.createElement('script');
script.src = A;
+ script.addEventListener('load', () => {
+ document.querySelectorAll('a[data-cal-link]').forEach(link => {
+ link.addEventListener('click', event => event.preventDefault());
+ });
+ });
document.head.appendChild(script);
cal.loaded = true;
}