Skip to content

Commit

Permalink
Update index.html to match tr.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Nobodycares-lo authored Sep 5, 2024
1 parent 9769090 commit 1572310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,14 +167,14 @@ <h1>Trending Ap<x>ps</x></h1>
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/'",
);
}
Expand Down

0 comments on commit 1572310

Please sign in to comment.