Untitled
Anonymous
plain_text
10/21/2023 5:20 AM
180 B
23
Indexable
onload = () => {
const c = setTimeout(() => {
document.body.classList.remove("not-loaded");
clearTimeout(c);
}, 1000);
};
Editor is loading...
onload = () => {
const c = setTimeout(() => {
document.body.classList.remove("not-loaded");
clearTimeout(c);
}, 1000);
};