We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e7f5d commit 81b8f90Copy full SHA for 81b8f90
docs/javascripts/external_links.js
@@ -3,5 +3,4 @@ document.addEventListener("DOMContentLoaded", function () {
3
Array.from(document.links)
4
.filter(link => link.hostname != window.location.hostname)
5
.forEach(link => link.target = '_blank');
6
- console.log(`${document.links.length} External links will be opened in a new tab after clicking.`);
7
});
0 commit comments