Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ngokevin committed Jan 22, 2024
1 parent 5aba93d commit 2427f2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ function initLoaded () {
document.body.classList.add('loaded');
}
}

setTimeout(function () {
document.body.classList.add('loaded');
}, 1000);
}

/**
Expand Down

0 comments on commit 2427f2a

Please sign in to comment.