From 91266a701811ba3dd54cafb02cfe0e061d6adff3 Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 22 Mar 2021 14:22:24 +0530 Subject: [PATCH] open new links from the 'about CryptPad' menu in a new tab --- www/common/common-ui-elements.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index 562c3757c..08c84d1e6 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -1552,6 +1552,8 @@ define([ faqLine, ]); + $(content).find('a').attr('target', '_blank'); + var buttons = [ { className: 'primary',