diff --git a/query-game-server.html b/query-game-server.html index 8145e42..b37d6f2 100644 --- a/query-game-server.html +++ b/query-game-server.html @@ -32,20 +32,38 @@ return 'Query Game Server'; }, oneditprepare: function() { + let server_types = null; + $.getJSON('/gamedig/types', function(data) { - let html = '
Type | Name | Protocol |
"+game['type']+" | " + - ""+game['name']+" | " + - ""+game['protocol']+" | " + - "
- Search available types below.
- You can also view the list here.
-