Fixed some stuff.

This commit is contained in:
2025-07-22 12:02:26 +02:00
committed by GitHub
parent eb6e40719f
commit 5ab71407ea
3 changed files with 7 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ function populateSearchResults(results, selectedOption) {
div.addEventListener('click', () => {
const url = `fermata.html?palina=${encodeURIComponent(item.palina)}&targetID=${encodeURIComponent(item.targetID)}&selectedOption=${encodeURIComponent(selectedOption)}`;
window.location.href = url;
window.open(url, '_blank');
});
searchResultsContainer.appendChild(div);