Skip to content

Commit 2eff874

Browse files
2 parents ff73f7f + faf7eef commit 2eff874

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_site/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>pixelbar</title>
55
<link href="http://pixelbar.github.io/atom.xml" rel="self"/>
66
<link href="http://pixelbar.github.io/"/>
7-
<updated>2025-04-16T21:24:04+02:00</updated>
7+
<updated>2025-04-16T21:32:46+02:00</updated>
88
<id>http://pixelbar.github.io</id>
99
<author>
1010
<name>Pixelbar</name>

_site/public/scripts/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ function getState() {
33
.then(function(response) {
44
return response.text()
55
}).then(function(body) {
6-
setTimeout(getState, 2500);
6+
setTimeout(getState, 10000);
77
var data = JSON.parse(body);
88
$('#status').html(data.state.toUpperCase()).removeAttr('class').addClass(data.state);
99
})

public/scripts/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ function getState() {
33
.then(function(response) {
44
return response.text()
55
}).then(function(body) {
6-
setTimeout(getState, 2500);
6+
setTimeout(getState, 10000);
77
var data = JSON.parse(body);
88
$('#status').html(data.state.toUpperCase()).removeAttr('class').addClass(data.state);
99
})

0 commit comments

Comments
 (0)