Skip to content

Commit b241611

Browse files
committed
wip
1 parent 8cd220e commit b241611

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,8 @@
5252

5353
async function initialize() {
5454
const bodyClassList = document.body.classList;
55-
if (JetStreamParams.startDelay !== undefined) {
56-
bodyClassList.remove("animate");
57-
}
5855
if (!JetStreamParams.isDefault) {
56+
bodyClassList.remove("animate");
5957
showNonDefaultParams();
6058
}
6159
if (globalThis.allIsGood) {

0 commit comments

Comments
 (0)