OSDN Git Service

[更新]:画面すら表示されなくなったのでもとに戻す v1.0
authornaoko1010hh <naoko561010@gmail.com>
Mon, 2 Mar 2020 07:57:17 +0000 (16:57 +0900)
committernaoko1010hh <naoko561010@gmail.com>
Mon, 2 Mar 2020 07:57:17 +0000 (16:57 +0900)
js/theme.js

index 2f72dd7..3950b09 100644 (file)
@@ -84,5 +84,5 @@ $(greeter).on("ready", function(e) {
        /* Once everything else has loaded, its  safe to remove the black screen
        hiding the dom. Do it async so that all currently running async
        functions have a chance to complete */
-       // setTimeout(() => $cover.fadeOut(), dur=1);
+       setTimeout(() => $cover.fadeOut(), dur=1);
 });