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…
x
Reference in New Issue
Block a user