Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbeall committed Sep 13, 2024
1 parent d994b3b commit 56e0a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ function tooltip() {
.on("mouseout", hideTooltip)
.on("dblclick", index => {
const item = XCOM_TECH_TREE[index];
window.open(`//duckduckgo.com/?q=!${ encodeURIComponent(`xcom.fandom.com ${ item.title }`) }&l=1`, "_blank");
window.open(`https://duckduckgo.com/?q=%5C${ encodeURIComponent(`xcom.fandom.com ${ item.title }`) }&l=1`, "_blank");
});
}

Expand Down

0 comments on commit 56e0a31

Please sign in to comment.