Skip to content

Commit 5f26a15

Browse files
committed
Lege les gefikst bij ltr. Les bij lesinformatie werkt niet meer als
knop.
1 parent cc963ec commit 5f26a15

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

schedule.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ async function fetchSchedule(year, week, isFirstLoad) {
573573
<path d="M175.147 33.1508C181.983 22.2831 198.017 22.2831 204.853 33.1508L221.238 59.2009C225.731 66.3458 234.797 69.2506 242.692 66.0751L271.475 54.4972C283.482 49.6671 296.455 58.9613 295.507 71.7154L293.235 102.288C292.612 110.673 298.215 118.278 306.494 120.284L336.681 127.601C349.275 130.653 354.23 145.692 345.861 155.461L325.8 178.877C320.298 185.3 320.298 194.7 325.8 201.123L345.861 224.539C354.23 234.308 349.275 249.347 336.681 252.399L306.494 259.716C298.215 261.722 292.612 269.327 293.235 277.712L295.507 308.285C296.455 321.039 283.482 330.333 271.475 325.503L242.692 313.925C234.797 310.749 225.731 313.654 221.238 320.799L204.853 346.849C198.017 357.717 181.983 357.717 175.147 346.849L158.762 320.799C154.269 313.654 145.203 310.749 137.308 313.925L108.525 325.503C96.5177 330.333 83.5454 321.039 84.4931 308.285L86.7649 277.712C87.388 269.327 81.785 261.722 73.5056 259.716L43.3186 252.399C30.7252 249.347 25.7702 234.308 34.1391 224.539L54.1997 201.123C59.7018 194.7 59.7018 185.3 54.1997 178.877L34.1391 155.461C25.7702 145.692 30.7252 130.653 43.3186 127.601L73.5056 120.284C81.785 118.278 87.388 110.673 86.7649 102.288L84.4931 71.7154C83.5454 58.9613 96.5177 49.6671 108.525 54.4972L137.308 66.0751C145.203 69.2506 154.269 66.3458 158.762 59.201L175.147 33.1508Z"></path>
574574
</svg> `;
575575
}
576-
dayDiv.innerHTML = `<div><strong class="date">${svg}<span>${date}</span></strong></div><section><div class="les" style="--height: 2.01px;"></div></section>`;
576+
dayDiv.innerHTML = `<div><strong class="date">${svg}<span>${date}</span></strong></div><section><div class="les" style="--height: 2.01px; opacity: 0; pointer-events: none;"></div></section>`;
577577

578578
const contentDiv = document.createElement("div");
579579
items.sort((a, b) => a.start - b.start);

style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,7 @@ details strong {
501501
min-height: var(--height);
502502
position: relative;
503503
top: 0;
504+
pointer-events: none;
504505
}
505506
#info .groups {
506507
display: none;

0 commit comments

Comments
 (0)