diff --git a/code/artifact.js b/code/artifact.js index 2d8a31d3..2424c521 100644 --- a/code/artifact.js +++ b/code/artifact.js @@ -35,7 +35,7 @@ window.artifact.requestData = function() { if (isIdle()) { artifact.idle = true; } else { - window.postAjax('getArtifactInfo', {}, artifact.handleSuccess, artifact.handleError); + window.postAjax('artifacts', {}, artifact.handleSuccess, artifact.handleError); } } diff --git a/code/boot.js b/code/boot.js index 2e5f2ecc..e3d1dffb 100644 --- a/code/boot.js +++ b/code/boot.js @@ -640,17 +640,6 @@ function boot() { window.iitcLoaded = true; window.runHooks('iitcLoaded'); - if (!haveDetectedMungeSet()) { - dialog({ - title:'IITC unavailable', - html:'

IITC failed to detect the appropriate network protocol "munge" parameters from the standard intel site. ' - +'This can happen when Niantic make changes to the standard intel site.

' - +'

The IITC developers are made aware of these problems and will be working on a fix. Please see the following for news/updates.

' - +'