aboutsummaryrefslogtreecommitdiff
path: root/static/components/vevent-dl.ts (unfollow)
Commit message (Collapse)Author
2021-11-22Change innerHTML to textContent.Hugo Hörnquist
Also changed some innerText to textContent
2021-11-19vevent-dl formats rrules.Hugo Hörnquist
2021-11-18Minor fixes.Hugo Hörnquist
2021-11-10Re-modularize javascript.Hugo Hörnquist
This moves almost everything out of globals.ts, into sepparate files. Things are still slightly to tightly coupled. But that is worked on.