Update header.html
This commit is contained in:
parent
c5af7c655d
commit
e7d0dd7c10
@ -26,7 +26,7 @@
|
|||||||
$.getJSON("http://status.chaospott.de/status.json").done(function(data) {
|
$.getJSON("http://status.chaospott.de/status.json").done(function(data) {
|
||||||
if(data.state.open) {
|
if(data.state.open) {
|
||||||
$( "#status_open" ).css( "display", "block" );
|
$( "#status_open" ).css( "display", "block" );
|
||||||
$( "#status_bar" ).css( "borderColor", "#00ff00" );
|
$( "#status_bar" ).css( "borderColor", "#32AB3C" );
|
||||||
} else {
|
} else {
|
||||||
$( "#status_closed" ).css( "display", "block" );
|
$( "#status_closed" ).css( "display", "block" );
|
||||||
$( "#status_bar" ).css( "borderColor", "#ff0000" );
|
$( "#status_bar" ).css( "borderColor", "#ff0000" );
|
||||||
@ -34,7 +34,7 @@
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<li id="status_open">
|
<li id="status_open">
|
||||||
<a href="#" style="color:#00ff00 !important;">
|
<a href="#" style="color:#32AB3C !important;">
|
||||||
Raum offen
|
Raum offen
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user