mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-22 22:12:24 +01:00
Add game detection
This commit is contained in:
parent
8d9da5a750
commit
700cd7ce1f
@ -49,6 +49,11 @@ $(function() {
|
||||
if (result.forumId) {
|
||||
$("#forums").val(result.forumId)
|
||||
}
|
||||
|
||||
if (result.type && result.type.length > 2) {
|
||||
$("#type").val(result.type);
|
||||
}
|
||||
|
||||
finish()
|
||||
}).catch(function(e) {
|
||||
alert(e)
|
||||
|
Loading…
Reference in New Issue
Block a user