forked from Chaospott/site
Merge branch 'master' of github.com:c3e/site
This commit is contained in:
commit
3f61bd99b8
@ -5,7 +5,7 @@ description: >
|
||||
Wir sind der örtliche Erfa-Kreis des Chaos Computer Clubs in Essen. Unsere Gesprächsthemen und Projekte reichen von Soft- und Hardware zu Datenschutz und Netzpolitik.
|
||||
Alle Interessierten sind herzlich zu unserem Treff eingeladen.
|
||||
baseurl: ""
|
||||
url: "http://dohms.chaospott.de"
|
||||
url: "http://blog.chaospott.de"
|
||||
# Build settings
|
||||
markdown: kramdown
|
||||
permalink: /:year/:month/:day/:title
|
||||
|
@ -17,7 +17,7 @@
|
||||
</ul>
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
<script>
|
||||
$.getJSON("js/status.json").done(function(data) {
|
||||
$.getJSON("http://status.chaospott.de/status.json").done(function(data) {
|
||||
if(data.state.open) {
|
||||
document.getElementById('status_open').style.display='block';
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user