mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-10-02 14:30:48 +00:00
Fixed some stuff.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user