Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/assets/javascripts/general.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ function format8601(str){
return new Date(dateStringFormatted);
}
// Remove me later
showOfficeBanner().then(() => {
if (!document.getElementById("calendar-banner")){
addBanner(`<p>Registrations now open for <a href=https://www.eventbrite.co.nz/e/introduction-to-high-performance-computing-hpc-carpentry-tickets-1984247473608>Introduction to HPC Carpentry Workshop</a> on 24th March from 10am to 3pm.</p>`, 'workshop-banner');
}
});
// showOfficeBanner().then(() => {
// if (!document.getElementById("calendar-banner")){
// addBanner(`<p>Registrations now open for <a href=https://www.eventbrite.co.nz/e/introduction-to-high-performance-computing-hpc-carpentry-tickets-1984247473608>Introduction to HPC Carpentry Workshop</a> on 24th March from 10am to 3pm.</p>`, 'workshop-banner');
// }
// });
Comment on lines 92 to +97
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

low

Shiver me timbers! Instead of just commentin' out this old code, why not send it to the deep? Dead code tells no tales, and it certainly doesn't belong in our pristine codebase. Let's get rid of it entirely, shall we? It's what a proper captain would do.


Loading