Use public status-s.php api instead of internal status.txt

This commit is contained in:
Xiretza 2022-08-15 10:05:08 +02:00
parent 655a5fec36
commit 0d78dadf4e
1 changed files with 2 additions and 6 deletions

View File

@ -46,12 +46,8 @@ var its = (function() {
}
function refresh() {
$.get('https://spaceapi.it-syndikat.org/api/status.txt')
.then(function(data) {
var a = data.split(',');
var isitopen = a[0];
var up_date = new Date(parseInt(a[1]) * 1000);
$.get('https://spaceapi.it-syndikat.org/api/status-s.php')
.then(function(isitopen) {
var state;
if(isitopen === 'true')