From 0167b1fed2ef41102a0faa7ca9b7da0ecac709b5 Mon Sep 17 00:00:00 2001 From: RedGrox2013 <103953703+RedGrox2013@users.noreply.github.com> Date: Tue, 19 May 2026 22:00:36 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BD=D0=B5=D0=B1=D0=BE=D0=BB=D1=8C=D1=88?= =?UTF-8?q?=D0=BE=D0=B5=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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