mirror of
https://github.com/nat3yice/savethedate.git
synced 2026-03-10 00:41:20 +00:00
Even more stuff
This commit is contained in:
@@ -162,15 +162,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
$("email-input").keypress(function(event) {
|
||||
$("#email-input").keypress(function(event) {
|
||||
enterStuff(event);
|
||||
});
|
||||
|
||||
$("code-input").keypress(function(event) {
|
||||
$("#code-input").keypress(function(event) {
|
||||
enterStuff(event);
|
||||
});
|
||||
|
||||
$("take-me-in-btn").keypress(function(event) {
|
||||
$("#take-me-in-btn").keypress(function(event) {
|
||||
enterStuff();
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user