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.
' - +'+IITC 0.17.1 and IITC Mobile 0.11.1 have just been released. +
++Another critical update, due to more changes by Niantic. Hopefully the last one for a while - all recent breaking changes +were caused by Niantic removing the obsfucation of data requests one bit at a time - the final piece has been removed now. +
+
+Lost bookmarks? Drawn items? In the latest Niantic site update they changed the server to always go to the
+https
version. It is possible to copy your data to the new location - further details
+here.
+
+Additionally, a few bugs were fixed since the previous release, and now most map layers support zooming in closer than before. +Note: There can be issues on Chrome when zooming beyond zoom level 18 (the previous default maximum for several maps). +Just zoom out again if the zoom/layer controls, or the COMM panel, disappear. +
+And another IITC update, IITC 0.16.12 and IITC Mobile 0.11.0 have just been released, to fix things after the most recent diff --git a/website/page/news.php b/website/page/news.php index 9f110224..2e626430 100644 --- a/website/page/news.php +++ b/website/page/news.php @@ -1,5 +1,24 @@
+IITC 0.17.1 and IITC Mobile 0.11.1 have just been released. +
++Another critical update, due to more changes by Niantic. Hopefully the last one for a while - all recent breaking changes +were caused by Niantic removing the obsfucation of data requests one bit at a time - the final piece has been removed now. +
+
+Lost bookmarks? Drawn items? In the latest Niantic site update they changed the server to always go to the
+https
version. It is possible to copy your data to the new location - further details
+here.
+
+Additionally, a few bugs were fixed since the previous release, and now most map layers support zooming in closer than before. +Note: There can be issues on Chrome when zooming beyond zoom level 18 (the previous default maximum for several maps). +Just zoom out again if the zoom/layer controls, or the COMM panel, disappear. +
+And another IITC update, IITC 0.16.12 and IITC Mobile 0.11.0 have just been released, to fix things after the most recent