fdaudens HF staff commited on
Commit
7dca19b
1 Parent(s): 126d647

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -375,7 +375,7 @@
375
 
376
  // Handle card clicks
377
  const cards = document.querySelectorAll('.card');
378
- const activeDays = [1,2,3,4,,7]; // Add the day numbers you want to highlight
379
 
380
  cards.forEach(card => {
381
  const day = parseInt(card.dataset.day);
 
375
 
376
  // Handle card clicks
377
  const cards = document.querySelectorAll('.card');
378
+ const activeDays = [1,2,3,4,5,6,7]; // Add the day numbers you want to highlight
379
 
380
  cards.forEach(card => {
381
  const day = parseInt(card.dataset.day);