···11-/*
22-For developers:
33-Please read the Contributing guidelines here --> https://github.com/schooltape/schooltape/blob/main/CONTRIBUTING.md
44-*/
55-61console.log("Service worker active!");
7283// ----------------- Variables ----------------- //
-5
src/plugins/legacy-timetable/legacy-timetable.js
···11-/*
22-For developers:
33-Please read the Contributing guidelines here --> https://github.com/schooltape/schooltape/blob/main/CONTRIBUTING.md
44-*/
55-61// If window pathname is "/" and the element with the class "timetable" exists, run the code
72if (window.location.pathname === "/" && document.getElementsByClassName("timetable")[0]) {
83 let timetableContainer = document.querySelectorAll("[data-timetable-container]");
-5
src/plugins/modern-icons/modern-icons.css
···11-/*
22-For developers:
33-Please read the Contributing guidelines here --> https://github.com/schooltape/schooltape/blob/main/CONTRIBUTING.md
44-*/
55-61/* This file is loaded after scripts/doc-end.js is loaded */
7283/* fallback */