From eceb434a10a908cda0835e0e9d87a242ee33d942 Mon Sep 17 00:00:00 2001
From: Bangara Raju Kottedi
Date: Sat, 6 Apr 2024 04:38:35 +0530
Subject: [PATCH 1/2] ty like click issue test
---
_includes/thank-you.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_includes/thank-you.html b/_includes/thank-you.html
index 5f6e602..da0fb92 100644
--- a/_includes/thank-you.html
+++ b/_includes/thank-you.html
@@ -26,7 +26,7 @@
-
\ No newline at end of file
diff --git a/_includes/thank-you.html b/_includes/thank-you.html
index da0fb92..e213557 100644
--- a/_includes/thank-you.html
+++ b/_includes/thank-you.html
@@ -30,10 +30,8 @@
function handleDelayedClick() {
setTimeout(function() {
- // Actual click event handler function
-
heartIcon.click();
- }, 1000); // Delay time in milliseconds
+ }, 1000);
}
const tyLike = document.getElementById("ty-like");