diff --git a/html/js/app.js b/html/js/app.js index 2bef43d..16fee1e 100644 --- a/html/js/app.js +++ b/html/js/app.js @@ -63,7 +63,7 @@ function searchQuery(event) { url = 'https://www.perplexity.ai/search?q=' + encodedQuery; } - window.open(url, '_blank', 'noopener'); + window.location.href = url; } // Background animation