mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-13 13:22:22 +00:00
Only show the hackspace status if successful, resolves #46
This commit is contained in:
@@ -19,6 +19,7 @@ $(document).ready(function () {
|
||||
} else {
|
||||
$('span#hackspace-status').html('<b>Closed</b>');
|
||||
}
|
||||
$('div#hackspace-open').fadeIn('slow');
|
||||
}
|
||||
|
||||
// 'printers' shortcode
|
||||
|
||||
@@ -368,4 +368,9 @@ footer {
|
||||
// Fix syntax highlighting to match Bulma pre
|
||||
div.highlight {
|
||||
padding-bottom: 1.25em;
|
||||
}
|
||||
|
||||
// Hackspace Status
|
||||
div#hackspace-open {
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user