Skip to content

Commit

Permalink
chore: Run npx standard --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Dec 6, 2024
1 parent 0598281 commit ee84d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_registry/templates/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
document.addEventListener('DOMContentLoaded', () => {
const select = document.getElementById('country-select')
select.addEventListener('change', () => {
const url = select.value;
const url = select.value
if (url) {
window.location.href = url
}
Expand Down

0 comments on commit ee84d80

Please sign in to comment.