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.
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 aDOMContentLoaded
event listener.