From f58cbcc98c5bf3dfcad7032113b16a17d0fddba8 Mon Sep 17 00:00:00 2001 From: Heiko Joerg Schick Date: Wed, 6 Sep 2023 11:36:25 +0200 Subject: [PATCH] Opening arxiv link in a new frame rather the same window --- static/paper_list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/paper_list.js b/static/paper_list.js index 1f60dec..6cb7922 100644 --- a/static/paper_list.js +++ b/static/paper_list.js @@ -38,7 +38,7 @@ const Paper = props => { return (
{p.weight.toFixed(2)}
- +
{p.authors}
{p.time}
{p.tags}