mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-13 22:42:24 +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
|
||||
|
||||
Reference in New Issue
Block a user