nixfox-reborn/static/nofade.js

3 lines
89 B
JavaScript

window.addEventListener("load", () => {
document.body.classList.remove("preload");
});