Compare commits

...

2 Commits

1 changed files with 2 additions and 6 deletions

View File

@ -46,12 +46,8 @@ var its = (function() {
}
function refresh() {
$.get('https://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')