Even more stuff

This commit is contained in:
Julien Lengrand-Lambert
2018-03-07 21:44:55 +01:00
parent a3d37180d2
commit 184a89e784

View File

@@ -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>