[core] quick fix - remove check for empty group_a array.

It seems like Niantic removed that array.
This commit is contained in:
fkloft 2014-11-07 20:17:02 +01:00
parent dbcdd969fc
commit e457cbbfe3

View File

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