Fixed Status; Now based on new api
This commit is contained in:
parent
2d95327a94
commit
48bff4adba
@ -250,7 +250,7 @@ layout: default
|
||||
});
|
||||
</script>
|
||||
<script>
|
||||
$.getJSON("https://status.chaospott.de/status.json").done(function(data) {
|
||||
$.getJSON("https://newstatus.chaospott.de/api").done(function(data) {
|
||||
|
||||
var d = moment.unix(data.state.lastchange);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user