From 770c744e45156e7e8cca3786e1e6513b335fba60 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Mon, 8 Jan 2018 16:05:41 +0100 Subject: opens comments links in _blank 🙊 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Arthur Schiwon --- core/js/public/comments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/js/public') diff --git a/core/js/public/comments.js b/core/js/public/comments.js index 6de7ff7d38a..955e88c8609 100644 --- a/core/js/public/comments.js +++ b/core/js/public/comments.js @@ -43,7 +43,7 @@ } var linkText = url.replace(self.protocolRegex, ''); - return '' + linkText + ''; + return '' + linkText + ''; }); }, -- cgit v1.2.3