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...
This commit is contained in:
parent
f07b4cc529
commit
f4f656dcd2
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user