We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2cec33 commit 15ce005Copy full SHA for 15ce005
assets/index.html
@@ -61,6 +61,7 @@ <h1>Minecraft server tester</h1>
61
<a href="/api/">API</a>
62
<footer>
63
Mojang API status:
64
+ <!-- TODO: This should be multiple divs, and they should flex -->
65
<div id="api-status"></div>
66
</footer>
67
</body>
@@ -96,6 +97,7 @@ <h1>Minecraft server tester</h1>
96
97
ipMsgElement.addEventListener("click", ipClick);
98
ipDescriptorElement.addEventListener("click", ipClick);
99
resetPingElement.addEventListener("click", function (_) {
100
+ // TODO: this is stupid, should actually reset everything instead
101
window.location.reload();
102
});
103
javaTriggerElement.addEventListener("click", function (_) {
0 commit comments