Skip to content

Commit

Permalink
remove async
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Mar 12, 2024
1 parent dc61400 commit fb161f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ function docReady(fn: any) {
}
}

docReady(async function () {
docReady(function () {
document.body.classList.add('ready');
});

0 comments on commit fb161f9

Please sign in to comment.