File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 } )
Original file line number Diff line number Diff 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 } )
You can’t perform that action at this time.
0 commit comments