schoolbox web extension :)
0
fork

Configure Feed

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

docs: remove console log

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

authored by

willow
Copilot
and committed by
GitHub
c0134498 10fec3ea

-1
-1
src/entrypoints/plugins/progressBar/index.ts
··· 6 6 () => { 7 7 if (window.location.pathname === "/" && document.querySelector(".timetable")) { 8 8 const periodList = getListOfPeriods(); 9 - console.log(periodList); 10 9 11 10 const progressRow = document.createElement("tr"); 12 11 progressRow.classList.add("progress-container");