No description
Midgard
77ceb6fa47
Redo the getParent function: * Rename to findAncestorWithClass, which is a better name. * There's no reason the mouse event's target should not be allowed to be the popup's container itself, so check the element itself too. * Return null if nothing found instead of false. |
||
---|---|---|
src | ||
.editorconfig | ||
.gitignore | ||
deploy.sh | ||
LICENSE.md | ||
README.md |
Blokmap
A useful map that lists all the public study locations in Ghent.
Data is managed in a separate project, Blokdata.
Development
You can easily run the site locally by spawning a simple static file server in the src
directory. For example by using the following command, or by using any other one-liner from this big list.
(cd src/; python3 -m http.server)