We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd4e745 commit 66cd8feCopy full SHA for 66cd8fe
1 file changed
index.html
@@ -1846,12 +1846,12 @@ <h3 class="modal-title">Need Help? We're Here for You!</h3>
1846
});
1847
1848
// Trigger after 5 seconds on page
1849
- setTimeout(function () {
1850
- if (!modalShown && shouldShowModal()) {
1851
- timeTriggered = true;
1852
- showEngagementModal();
1853
- }
1854
- }, 5000);
+ // setTimeout(function () {
+ // if (!modalShown && shouldShowModal()) {
+ // timeTriggered = true;
+ // showEngagementModal();
+ // }
+ // }, 5000);
1855
1856
// Trigger on scroll (when user scrolls 30% down)
1857
let scrollTriggeredFired = false;
0 commit comments