wellcomecollection / identity

Identity services for Wellcome Collection users
MIT License
0 stars 2 forks source link

Make sure DOM has element we're targeting loaded #314

Closed davidpmccormick closed 2 years ago

davidpmccormick commented 2 years ago

I had the script in the <head> before, so it ran before the elements it was looking for existed in the DOM. Moving before the closing </body> tag to fix (and including a belt-and-braces check for the existence of the element before trying to change its style).