mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-14 06:52:17 +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
|
||||||
|
|||||||
@@ -369,3 +369,8 @@ footer {
|
|||||||
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