Skip to content

Commit

Permalink
updated files
Browse files Browse the repository at this point in the history
  • Loading branch information
joric committed Aug 11, 2024
1 parent 609cd4a commit 4cf2d80
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fallout-london/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,10 @@ <h2>Fallout London</h2>

let count = 0;

for (marker of map.getLayer(layerName)._geoList) {
marker.hide();
}

for (marker of map.getLayer(layerName)._geoList) {
let o = marker.properties;

Expand Down Expand Up @@ -898,6 +902,7 @@ <h2>Fallout London</h2>
searchInput.value = '';
searchInput.focus();
settings.searchText = '';
markItems();
}

searchClose.onclick = closeSearch;
Expand Down

0 comments on commit 4cf2d80

Please sign in to comment.