Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added a footer #4

Merged
merged 1 commit into from
Nov 8, 2024
Merged

added a footer #4

merged 1 commit into from
Nov 8, 2024

Conversation

v0lkan
Copy link
Contributor

@v0lkan v0lkan commented Nov 8, 2024

and some doc cleanup

Signed-off-by: Volkan Özçelik <me@volkan.io>
@v0lkan v0lkan self-assigned this Nov 8, 2024
@v0lkan v0lkan requested a review from kfox1111 as a code owner November 8, 2024 06:50
Comment on lines +47 to +54
setTimeout(function check() {
var main = document.getElementById('main');
if (main) {
main.parentNode.appendChild(document.getElementById('footer'));
return
}
setTimeout(check, 100);
}, 100);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hacky but works.

@v0lkan v0lkan merged commit 6cf8a63 into main Nov 8, 2024
@v0lkan v0lkan deleted the feature/footer branch November 8, 2024 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant