We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5b87c commit 9d7916dCopy full SHA for 9d7916d
1 file changed
latest.html
@@ -18,7 +18,7 @@
18
.then(data => {
19
pdf_url = "https://rawcdn.githack.com/Minecraft-Java-Edition-Speedrunning/rules/main/pub/pdf/" + data.at(-1).name
20
link = document.getElementById("githack")
21
- link.href = link.innerHTML = pdf_url
+ link.href = link.innerText = pdf_url
22
window.location.replace(pdf_url)
23
})
24
@@ -31,3 +31,4 @@ <h2 id="js">This site requires JavaScript!</h2>
31
</body>
32
33
</html>
34
+
0 commit comments