move spaceapi to its own subdomain
This commit is contained in:
parent
bfb51455be
commit
655a5fec36
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ var its = (function() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function refresh() {
|
function refresh() {
|
||||||
$.get('https://it-syndikat.org/api/status.txt')
|
$.get('https://spaceapi.it-syndikat.org/api/status.txt')
|
||||||
.then(function(data) {
|
.then(function(data) {
|
||||||
var a = data.split(',');
|
var a = data.split(',');
|
||||||
var isitopen = a[0];
|
var isitopen = a[0];
|
||||||
|
|
Loading…
Reference in a new issue