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