We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee857d0 commit 56fa20bCopy full SHA for 56fa20b
1 file changed
index.html
@@ -1953,7 +1953,8 @@ <h3 class="modal-title">Need IT Job or Interview Support? We’re Here to Help!<
1953
1954
const scrollPercentage = (window.scrollY / (document.documentElement.scrollHeight - window.innerHeight)) * 100;
1955
1956
- if (scrollPercentage >= 30 && shouldShowModal()) {
+ // enagemetn modal disabled for now
1957
+ if (false && scrollPercentage >= 30 && shouldShowModal()) {
1958
scrollTriggeredFired = true;
1959
scrollTriggered = true;
1960
0 commit comments