From 627eaa57f611a747129282d1176eca2aab81b6ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Nison?= Date: Sun, 18 Nov 2018 15:15:29 +0000 Subject: [PATCH] Uses target=_blank --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 457520f..b79f93a 100755 --- a/index.html +++ b/index.html @@ -306,6 +306,7 @@ link.addEventListener( 'click', protect ); link.setAttribute( 'data-name', name ); link.href = window.location.protocol + '//' + window.location.host + pairingPath + pairingQueryString; + link.target = '_blank'; link.innerText = link.href; }