Skip to content

Commit f32dd21

Browse files
committed
[更新]:画面すら表示されなくなったのでもとに戻す
1 parent 99292ad commit f32dd21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ $(greeter).on("ready", function(e) {
8484
/* Once everything else has loaded, its safe to remove the black screen
8585
hiding the dom. Do it async so that all currently running async
8686
functions have a chance to complete */
87-
// setTimeout(() => $cover.fadeOut(), dur=1);
87+
setTimeout(() => $cover.fadeOut(), dur=1);
8888
});

0 commit comments

Comments
 (0)