Closed tawfiknasser closed 6 years ago
https://github.com/FACN4/stars_of_the_north_w4/blob/0295c32e829bc0cfce327357fe15437bf54ff7d8/public/index.js#L3-L6
here you are redefining the input element as StarsFORM, while you have another form defined in the HTML and thats not what you meant. it's confusing :dancer:
the event is on the input and not on the form, why do you call it starForm
we fixed it, please can review and close the issue
https://github.com/FACN4/stars_of_the_north_w4/blob/0295c32e829bc0cfce327357fe15437bf54ff7d8/public/index.js#L3-L6
here you are redefining the input element as StarsFORM, while you have another form defined in the HTML and thats not what you meant. it's confusing :dancer: