From 15723106d84d48b1202f49575c8de4c5eaac28ab Mon Sep 17 00:00:00 2001 From: Nobodycares-lo <140128868+Nobodycares-lo@users.noreply.github.com> Date: Wed, 4 Sep 2024 18:44:52 -0600 Subject: [PATCH] Update index.html to match tr.json --- public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 02fa363..42d497c 100644 --- a/public/index.html +++ b/public/index.html @@ -167,14 +167,14 @@

Trending Apps

g.setAttribute( "onclick", "localStorage.setItem('url', '" + - '/u/query/' + game.href + + '/u/query/' + __uv$config.encodeUrl(game.href) + "'); window.location.href = '/q/'", ); }else { g.setAttribute( "onclick", "localStorage.setItem('url', '" + - '/search/' + game.href + + '/search/' + __uv$config.encodeUrl(game.href) + "'); window.location.href = '/q/'", ); }