]> _ Git - fluidbook-html5.git/commitdiff
wip #2208 @0:05
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 2 Oct 2018 10:18:09 +0000 (12:18 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 2 Oct 2018 10:18:09 +0000 (12:18 +0200)
js/libs/fluidbook/forms/fluidbook.form.avery.js

index 28ac83b9d681a59bc4f711b4eaf358f9943ffac9..f3784eb183479b2a31120c295ae8e69e9ba53715 100644 (file)
@@ -72,13 +72,13 @@ FluidbookAveryForm.prototype = {
 
         $(this.fluidbook).on('fluidbook.splash.hide', function () {
             if (Cookies.get('form') === undefined) {
-                $this.openForm('', '', function () {
+                setTimeout(function () {
+                    $this.openForm('', '', function () {
 
-                });
+                    });
+                }, 8000);
             }
         });
-
-
     },
 
     openForm: function (p1, p2, callback) {