]> _ Git - fluidbook-html5.git/commitdiff
wait #4382 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 31 Mar 2021 10:02:15 +0000 (12:02 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 31 Mar 2021 10:02:15 +0000 (12:02 +0200)
js/libs/fluidbook/fluidbook.splash.js

index 3c0f22dc4ef7c5c53061f24c9c2c903d88fa0e22..c6d81a3dc68775777388a7cfebc8cb7543f94892 100644 (file)
@@ -71,7 +71,7 @@ FluidbookSplash.prototype = {
 
     _hide: function () {
         var $this = this;
-        var timeout = this.fluidbook.nointerface?0:700;
+        var timeout = this.fluidbook.nointerface ? 0 : 700;
         this.fluidbook.resize.resize(false, true);
         setTimeout(function () {
             $this.__hide();
@@ -94,6 +94,7 @@ FluidbookSplash.prototype = {
                 $(this.remove());
             })
         }
+        $("#background").css({opacity: 1, visibility: 'visible'});
 
         setTimeout(function () {
             $("#splash").remove();