[core] quick fix - remove check for empty group_a array.
It seems like Niantic removed that array.
This commit is contained in:
parent
dbcdd969fc
commit
e457cbbfe3
@ -115,7 +115,7 @@ window.extractFromStock = function() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (niantic_params.CURRENT_VERSION === undefined || window.niantic_params.botguard_protected_methods.length == 0 || window.niantic_params.botguard_group_a_methods == 0) {
|
if (niantic_params.CURRENT_VERSION === undefined || window.niantic_params.botguard_protected_methods.length == 0) {
|
||||||
dialog({
|
dialog({
|
||||||
title: 'IITC Broken',
|
title: 'IITC Broken',
|
||||||
html: '<p>IITC failed to extract the required parameters from the intel site</p>'
|
html: '<p>IITC failed to extract the required parameters from the intel site</p>'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user