remove hideHeader function
This commit is contained in:
parent
1b8ec1f01c
commit
45b5b5960f
4 changed files with 27 additions and 12 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue