Piccolo easter egg

This commit is contained in:
2025-07-28 16:42:50 +02:00
parent ab3fd715cf
commit 885abb43e2
2 changed files with 77 additions and 1 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.open(url, '_blank');
window.open(url, "_blank");
});
searchResultsContainer.appendChild(div);