FACK1 / languages-search

languages-search
0 stars 1 forks source link

DOM and HTML overlapping #39

Closed ghassanmas closed 5 years ago

ghassanmas commented 5 years ago

So according to the following HTML you are have ul elment with id of ulid then in the js file you create the same element ul element with the same id and append it to the same parent in html ! https://github.com/FACK1/languages-search/blob/c06fbcc40169728ad2f2ad482483f182ac6a95fa/public/index.html#L16-L19

https://github.com/FACK1/languages-search/blob/c06fbcc40169728ad2f2ad482483f182ac6a95fa/public/main.js#L23-L33

ghassanmas commented 5 years ago

and the body tag is not closed in the html file

amanshawar commented 5 years ago

i fix this line done