Skip to content

Commit 15ce005

Browse files
add todos
1 parent a2cec33 commit 15ce005

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

assets/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ <h1>Minecraft server tester</h1>
6161
<a href="/api/">API</a>
6262
<footer>
6363
Mojang API status:
64+
<!-- TODO: This should be multiple divs, and they should flex -->
6465
<div id="api-status"></div>
6566
</footer>
6667
</body>
@@ -96,6 +97,7 @@ <h1>Minecraft server tester</h1>
9697
ipMsgElement.addEventListener("click", ipClick);
9798
ipDescriptorElement.addEventListener("click", ipClick);
9899
resetPingElement.addEventListener("click", function (_) {
100+
// TODO: this is stupid, should actually reset everything instead
99101
window.location.reload();
100102
});
101103
javaTriggerElement.addEventListener("click", function (_) {

0 commit comments

Comments
 (0)