mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-14 06:52:17 +00:00
Update actions/configure-pages action to v5
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
|
||||
var events = [];
|
||||
$(document).ready(function () {
|
||||
$('div#calendar p#nojs').hide(); // Hide the NoJS message
|
||||
$.getJSON('https://api.leighhack.org/events', function (data) {
|
||||
data.forEach(function (event) {
|
||||
events.push({
|
||||
|
||||
@@ -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