USEPA / cam-api-portal

Api for data collected to run programs designed to reduce air pollution from power plants
MIT License
5 stars 3 forks source link

Change window.open() calls to <a> tag links #126

Closed j-tafoya closed 2 years ago

j-tafoya commented 2 years ago

When linking to external pages (outside of the CAM API Portal), use an \<a> tag with an href and rel="noopener noreferrer" instead of using window.open() to maintain consistency and avoid extra cpu cycles running js.