1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-22 04:15:44 +02:00

Fix masterserver javascript: adjustable output id

This commit is contained in:
proller
2013-04-11 20:18:34 +04:00
parent e7f5cdf9d4
commit 17cfb1850d
2 changed files with 5 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
<title>Minetest server list</title>
<link rel="stylesheet" href="style.css"/>
</head>
<body><div id="table"></div></body>
<body><div id="servers_table"></div></body>
</html>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="list.js"></script>