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 tags found
1 merge request!75Draft: Fix/change preexisting availability
Checking pipeline status
...@@ -23,7 +23,7 @@ const months = [ ...@@ -23,7 +23,7 @@ const months = [
"November", "November",
"December" "December"
]; ];
const title = document.getElementById("title").textContent;
document.addEventListener('DOMContentLoaded', function() { document.addEventListener('DOMContentLoaded', function() {
let possible_dates = []; let possible_dates = [];
let date = new Date(); let date = new Date();
...@@ -101,6 +101,7 @@ document.addEventListener('DOMContentLoaded', function() { ...@@ -101,6 +101,7 @@ document.addEventListener('DOMContentLoaded', function() {
}); });
}); });
}) })
const title = document.getElementById("title").textContent;
const toggleDateSelection = (dateItem) => { const toggleDateSelection = (dateItem) => {
const dateStr = dateItem.getAttribute("data-date"); 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