From: marc tobias Date: Tue, 2 Feb 2021 01:36:02 +0000 (+0100) Subject: fix remaining compile warnings X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/commitdiff_plain/710e1e937f88dfab5224904406417b69f2e9094a fix remaining compile warnings --- diff --git a/TODO.md b/TODO.md index ecc7c4a..02c87a8 100644 --- a/TODO.md +++ b/TODO.md @@ -16,7 +16,6 @@ ## Code cleanup -* fix all a11y warnings during `yarn build` * move all bootstrap CSS overwrite rules into a bootstrap.theme.css file * move TODO list into github issues * aResults vs aPlace vs aFeature variable naming diff --git a/src/components/MapPosition.svelte b/src/components/MapPosition.svelte index 2d6376e..13e401a 100644 --- a/src/components/MapPosition.svelte +++ b/src/components/MapPosition.svelte @@ -94,7 +94,7 @@
mouse position: {mouse_position} -
hide
+
hide
diff --git a/src/components/SearchBar.svelte b/src/components/SearchBar.svelte index 507bffc..a2a8b72 100644 --- a/src/components/SearchBar.svelte +++ b/src/components/SearchBar.svelte @@ -92,8 +92,9 @@