From f4f656dcd245f08454d309c79045acdd7f7e2897 Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Fri, 22 May 2015 01:49:01 +0100 Subject: [PATCH] artifacts: comment concerning the new API added to stock intel. not yet used by stock as far as I can tell, and the existing API still exists and is used... --- code/artifact.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/artifact.js b/code/artifact.js index f1e5b874..5bbecc19 100644 --- a/code/artifact.js +++ b/code/artifact.js @@ -35,6 +35,8 @@ window.artifact.requestData = function() { if (isIdle()) { artifact.idle = true; } else { + // new API available in stock (2015-05-21) - 'getArtifactPortals' + // stock still uses this one, and the new method doesn't yet return anything, but they might be changing things soon... window.postAjax('artifacts', {}, artifact.handleSuccess, artifact.handleError); } }