From 4902aebe773877afcde4434b3befdf6416238f94 Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 9 Jan 2017 11:01:29 +0100 Subject: [PATCH] open home page table links in new tabs --- customize.dist/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/customize.dist/main.js b/customize.dist/main.js index ca2e781a0..a03136b13 100644 --- a/customize.dist/main.js +++ b/customize.dist/main.js @@ -120,6 +120,7 @@ define([ .append($('').append(readOnlyText).append($('', { href: pad.href, title: pad.title, + target: '_blank', }).text(shortTitle))) .append($('').text(created)) .append($('').text(date))