fixed URL for Order-Check & API-Key
This commit is contained in:
parent
2d0a23b8b4
commit
0e007371d4
@ -17,7 +17,7 @@ var n = this,
|
||||
function checkOrders() {
|
||||
$('table.sellOrders tr.order').each(function(ix,el) {
|
||||
var d = $(el).attr('data').split(';');
|
||||
$.getJSON("https://public-crest.eveonline.com/market/"+d[1]+"/orders/sell/?type=https://public-crest.eveonline.com/types/"+d[0]+"/",function(ret, status, xhr) {
|
||||
$.getJSON("https://esi.tech.ccp.is/latest/markets/"+d[1]+"/orders/?type_id="+d[0]+"&order_type=sell&datasource=tranquility",function(ret, status, xhr) {
|
||||
var outbid = false;
|
||||
var outbidprice = parseFloat(d[2])/100;
|
||||
$(ret.items).each(function(index,order) {
|
||||
@ -42,7 +42,7 @@ function checkOrders() {
|
||||
|
||||
$('table.buyOrders tr.order').each(function(ix,el) {
|
||||
var d = $(el).attr('data').split(';');
|
||||
$.getJSON("https://public-crest.eveonline.com/market/"+d[1]+"/orders/buy/?type=https://public-crest.eveonline.com/types/"+d[0]+"/",function(ret, status, xhr) {
|
||||
$.getJSON("https://esi.tech.ccp.is/latest/markets/"+d[1]+"/orders/?type_id="+d[0]+"&order_type=buy&datasource=tranquility",function(ret, status, xhr) {
|
||||
var outbid = false;
|
||||
var outbidprice = parseFloat(d[2])/100;
|
||||
$(ret.items).each(function(index,order) {
|
||||
|
@ -16,4 +16,4 @@
|
||||
<div class="panel-heading">API Key
|
||||
<div class="panel-body">
|
||||
<p>This auth-key is not suitable.<br>
|
||||
<a href="https://support.eveonline.com/api/Key/CreatePredefined/132648971/275335845">Create API-Key
|
||||
<a href="https://community.eveonline.com/support/api-key/CreatePredefined?accessMask=132648971">Create API-Key
|
||||
|
Loading…
Reference in New Issue
Block a user