diff --git a/juxtapose/js/juxtapose.js b/juxtapose/js/juxtapose.js index c9cb107..0a103e5 100644 --- a/juxtapose/js/juxtapose.js +++ b/juxtapose/js/juxtapose.js @@ -489,7 +489,8 @@ this.leftImage.appendChild(this.imgBefore.image); this.labCredit = document.createElement("a"); - this.labCredit.setAttribute('href', 'http://juxtapose.knightlab.com'); + this.labCredit.setAttribute('href', 'https://juxtapose.knightlab.com'); + this.labCredit.setAttribute('rel', 'noopener'); this.labCredit.setAttribute('target', '_blank'); this.labCredit.className = 'jx-knightlab'; this.labLogo = document.createElement("div");