Fixed Status; Now based on new api

This commit is contained in:
na 2018-04-23 17:16:37 +02:00
parent 2d95327a94
commit 48bff4adba
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ layout: default
}); });
</script> </script>
<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); var d = moment.unix(data.state.lastchange);