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