schoolbox web extension :)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: period stacking #88

possibly fixes the period stacking issue

Willow 7126d25c 81fda703

+1
+1
src/modules/plugins/subheader.js
··· 58 58 periodSpan.classList.add("period"); 59 59 subheader.appendChild(periodSpan); 60 60 } 61 + periodSpan.textContent = ""; 61 62 62 63 let period = getCurrentPeriod(); 63 64 if (period) {