AtlasOfLivingAustralia / spatial-hub

New spatial portal front end using AngularJS
https://spatial.ala.org.au/
7 stars 16 forks source link

Browser warning: elements with non-unique id attribute #383

Closed nickdos closed 1 year ago

nickdos commented 3 years ago

There are 2 elements in the DOM with an id="styles" attribute (id should be unique). This could result in unexpected behaviour if being called via JS in any way.

image

qifeng-bai commented 3 years ago

commits: https://github.com/AtlasOfLivingAustralia/spatial-hub/commit/d6004f6e47fe9e6bde655ca98ab9a1e343b409eb

nickdos commented 3 years ago

Code & fix look good.