From a0f9849990fafd3c71160e17593719acd5a13d76 Mon Sep 17 00:00:00 2001 From: WlodekM Date: Sun, 1 Dec 2024 12:41:14 +0200 Subject: use target _blank on attachment links --- pages/main/page.js | 1 + 1 file changed, 1 insertion(+) (limited to 'pages/main') diff --git a/pages/main/page.js b/pages/main/page.js index e70ce7c..447e5cf 100644 --- a/pages/main/page.js +++ b/pages/main/page.js @@ -128,6 +128,7 @@ export async function onload() { .up() } else { return html('a') + .attr('target', '_blank') .txt(`Attachment ${i + 1} (${a})`) .attr('href', a) } -- cgit 1.4.1-2-gfad0