Skip to content
Snippets Groups Projects
Commit 42cad5ca authored by Smith, Thomas E (PG/T - Comp Sci & Elec Eng)'s avatar Smith, Thomas E (PG/T - Comp Sci & Elec Eng)
Browse files

attempt 2 to fix tests

parent c0123d00
No related branches found
No related tags found
1 merge request!75Draft: Fix/change preexisting availability
Pipeline #109093 failed
......@@ -23,7 +23,7 @@ const months = [
"November",
"December"
];
const title = document.getElementById("title").textContent;
document.addEventListener('DOMContentLoaded', function() {
let possible_dates = [];
let date = new Date();
......@@ -101,6 +101,7 @@ document.addEventListener('DOMContentLoaded', function() {
});
});
})
const title = document.getElementById("title").textContent;
const toggleDateSelection = (dateItem) => {
const dateStr = dateItem.getAttribute("data-date");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment