Scenario JS Snippet and Notes

This commit is contained in:
Norm Rasmussen
2023-01-16 07:18:26 -05:00
parent ebae6f1b05
commit 16bc77ceb7
14 changed files with 522 additions and 427 deletions

View File

@ -59,6 +59,7 @@
</div>
</div>
</main>
{% comment %}
<script>
// document.getElementById("header").scrollIntoView();
@ -88,14 +89,15 @@
$("#bad_email_alert").css("display", "none");
$("#submit_button").css("pointer-events", "auto");
}
}
}
}, 500)
}
document.addEventListener('keyup', checkIfInputsExist);
console.log(123213213);
</script>
{% endcomment %}
<style>
.np-input-label{
color: #ffffff;
}
</style>
</style>