diff --git a/_layouts/spec.html b/_layouts/spec.html index ea45459..b86df5f 100644 --- a/_layouts/spec.html +++ b/_layouts/spec.html @@ -13,8 +13,11 @@

LBRY: A Decentralized Digital Content Marketplace

-
Menu
- + + Save as PDF + +
Menu
+
{{ content }}
@@ -50,7 +53,7 @@ // Handle external links const links = document.links; for (var i = 0; i < links.length; i++) { - if (links[i].hostname != window.location.hostname) { + if (links[i].hostname != window.location.hostname && !links[i].href.startsWith("javascript:")) { links[i].target = '_blank'; links[i].className += ' external-link'; links[i].rel = "noopener";