Skip to content

Commit

Permalink
Update integrations/index.html
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote authored Jul 2, 2024
1 parent 0afb3b3 commit ab0e7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ <h2 class="integration-subhead">
const element = document.createElement("div");
element.className = "element";
element.style.backgroundColor = "rgba(255, 255, 255," + "1" + ")";
element.onclick = () => window.open(table[i].permalink, "_blank");
element.onclick = () => window.open(table[i].permalink, "_self");

const symbol = document.createElement("div");
symbol.className = "symbol";
Expand Down

0 comments on commit ab0e7a3

Please sign in to comment.