Update status.html

This commit is contained in:
Timm 2015-12-06 02:44:48 +01:00
parent 65612827f5
commit 40d9dab276
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ layout: default
return a[0] - b[0]; return a[0] - b[0];
} }
$.getJSON("http://status.chaospott.de/history.json").done(function(dataContainer) { $.getJSON("https://status.chaospott.de/history.json").done(function(dataContainer) {
var overallTrue = 0, overallFalse = 0, lastTrue = 0, lastFalse = 0; var overallTrue = 0, overallFalse = 0, lastTrue = 0, lastFalse = 0;
var openTimeArray = []; var openTimeArray = [];
var closedTimeArray = []; var closedTimeArray = [];
@ -248,7 +248,7 @@ layout: default
}); });
</script> </script>
<script> <script>
$.getJSON("http://status.chaospott.de/status.json").done(function(data) { $.getJSON("https://status.chaospott.de/status.json").done(function(data) {
var d = moment.unix(data.state.lastchange); var d = moment.unix(data.state.lastchange);