Skip to content

Commit 66cd8fe

Browse files
updates
1 parent fd4e745 commit 66cd8fe

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1846,12 +1846,12 @@ <h3 class="modal-title">Need Help? We're Here for You!</h3>
18461846
});
18471847

18481848
// Trigger after 5 seconds on page
1849-
setTimeout(function () {
1850-
if (!modalShown && shouldShowModal()) {
1851-
timeTriggered = true;
1852-
showEngagementModal();
1853-
}
1854-
}, 5000);
1849+
// setTimeout(function () {
1850+
// if (!modalShown && shouldShowModal()) {
1851+
// timeTriggered = true;
1852+
// showEngagementModal();
1853+
// }
1854+
// }, 5000);
18551855

18561856
// Trigger on scroll (when user scrolls 30% down)
18571857
let scrollTriggeredFired = false;

0 commit comments

Comments
 (0)