fixed URL for Order-Check & API-Key

This commit is contained in:
Nicole Dresselhaus 2016-11-18 00:39:43 +01:00
parent 2d0a23b8b4
commit 0e007371d4
Signed by: Drezil
GPG Key ID: 057D94F356F41E25
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ var n = this,
function checkOrders() { function checkOrders() {
$('table.sellOrders tr.order').each(function(ix,el) { $('table.sellOrders tr.order').each(function(ix,el) {
var d = $(el).attr('data').split(';'); 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 outbid = false;
var outbidprice = parseFloat(d[2])/100; var outbidprice = parseFloat(d[2])/100;
$(ret.items).each(function(index,order) { $(ret.items).each(function(index,order) {
@ -42,7 +42,7 @@ function checkOrders() {
$('table.buyOrders tr.order').each(function(ix,el) { $('table.buyOrders tr.order').each(function(ix,el) {
var d = $(el).attr('data').split(';'); 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 outbid = false;
var outbidprice = parseFloat(d[2])/100; var outbidprice = parseFloat(d[2])/100;
$(ret.items).each(function(index,order) { $(ret.items).each(function(index,order) {

View File

@ -16,4 +16,4 @@
<div class="panel-heading">API Key <div class="panel-heading">API Key
<div class="panel-body"> <div class="panel-body">
<p>This auth-key is not suitable.<br> <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