remove hideHeader function

This commit is contained in:
Felix Roos 2022-11-13 16:54:45 +01:00
parent 1b8ec1f01c
commit 45b5b5960f
4 changed files with 27 additions and 12 deletions

View file

@ -6,10 +6,6 @@ This program is free software: you can redistribute it and/or modify it under th
import { getTime } from './time.mjs';
export const hideHeader = () => {
document.getElementById('header').style = 'display:none';
};
function frame(callback) {
if (window.strudelAnimation) {
cancelAnimationFrame(window.strudelAnimation);