Uses target=_blank
This commit is contained in:
parent
c5d8220766
commit
627eaa57f6
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue