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