From: Vincent Vanwaelscappel Date: Tue, 2 Oct 2018 10:18:09 +0000 (+0200) Subject: wip #2208 @0:05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=245e1ae7e6d1beb6fd0e4bc3b12ec3ede8ee0b0d;p=fluidbook-html5.git wip #2208 @0:05 --- diff --git a/js/libs/fluidbook/forms/fluidbook.form.avery.js b/js/libs/fluidbook/forms/fluidbook.form.avery.js index 28ac83b9..f3784eb1 100644 --- a/js/libs/fluidbook/forms/fluidbook.form.avery.js +++ b/js/libs/fluidbook/forms/fluidbook.form.avery.js @@ -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) {