Metalab / metalab.at

Home Page of metalab.
https://metalab.github.io/metalab.at/index.html
3 stars 4 forks source link

Live door status updates and JS refactor #18

Closed iro-miya closed 6 months ago

iro-miya commented 1 year ago

This pull request makes it so that the door status on every page updates automatically every 30 seconds.

Because the JavaScript was getting long, I moved it to a dedicated file comprising the door status and the video pause code. It handles both the English and German version. Also I fixed some lang tags being erroneously set to lang="en" on German pages.

Note the defer attribute on the script which removes the need to use a DOMContentLoaded event listener.