From: Stephen Cameron Date: Wed, 31 May 2017 09:10:28 +0000 (+0200) Subject: Merge branch 'master' into html5video X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f6a950d26d62714d08348178745df236f9f4cfcf;p=fluidbook-html5.git Merge branch 'master' into html5video --- f6a950d26d62714d08348178745df236f9f4cfcf diff --cc _index.html index 9a3dff1c,ff0481a8..8cfd2bdc --- a/_index.html +++ b/_index.html @@@ -8,9 -8,9 +8,9 @@@ + content="default-src * gap://ready file:; style-src 'self' 'unsafe-inline'; font-src 'self' data:; script-src 'self' 'unsafe-inline' 'unsafe-eval' *.google-analytics.com *.youtube.com *.ytimg.com; img-src * data:"> - + diff --cc js/libs/fluidbook/fluidbook.links.js index ee62c2f6,17efc1a0..085b21b2 --- a/js/libs/fluidbook/fluidbook.links.js +++ b/js/libs/fluidbook/fluidbook.links.js @@@ -59,10 -60,11 +60,12 @@@ FluidbookLinks.prototype = $("#links").prepend(''); var $this = this; if (this.fluidbook.datas.linkBlinkTime > 0 && this.fluidbook.datas.mobileLinksRevealAnim) { - this.animateLinks(); + setTimeout(function () { + $this.animateLinks(); + }, 1000); } setTimeout(function () { + console.info('initVideos called from fluidbook.links'); $this.fluidbook.initVideos(); }, 1000); $(fluidbook).trigger('fluidbooklinksready');