From 6ec0abc93669ead0a20af776e515dbbdb353de7d Mon Sep 17 00:00:00 2001 From: Xiretza Date: Mon, 15 Aug 2022 10:10:05 +0200 Subject: [PATCH] Use public status-s.php api instead of internal status.txt --- common/body_tag.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/common/body_tag.html b/common/body_tag.html index ee21543..5915b84 100644 --- a/common/body_tag.html +++ b/common/body_tag.html @@ -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')