Add game detection

This commit is contained in:
rubenwardy 2018-06-05 19:51:01 +01:00
parent 8d9da5a750
commit 700cd7ce1f
No known key found for this signature in database
GPG Key ID: A1E29D52FF81513C
1 changed files with 5 additions and 0 deletions

View File

@ -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)