fac-13 / jeth

Find jobs near you :computer:
https://jeth.herokuapp.com/
1 stars 2 forks source link

Event listener on keypress not needed #36

Open GiuliaTeggi opened 6 years ago

GiuliaTeggi commented 6 years ago

Just a minor 'issue'...Given that the input field is inside of a form with a 'submit button', you don't need to add an event listener to it to call the XHR request. The default behaviour of the form is to call the first 'submit' button available.

helenzhou6 commented 6 years ago

Interesting point thanks!