From: Vincent Vanwaelscappel Date: Fri, 28 Sep 2018 14:58:11 +0000 (+0200) Subject: wip #2278 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=d98995607903950b5030e0dc0d226fb3f4508b9a;p=fluidbook-html5.git wip #2278 @0:10 --- diff --git a/js/libs/fluidbook/fluidbook.nav.js b/js/libs/fluidbook/fluidbook.nav.js index 69f9edad..12081a4e 100644 --- a/js/libs/fluidbook/fluidbook.nav.js +++ b/js/libs/fluidbook/fluidbook.nav.js @@ -347,7 +347,7 @@ FluidbookNav.prototype = { $_GET['home'] = decodeURIComponent($_GET['home']); } homeURL = $_GET['home']; - } else if (this.fluidbook.landingpage.hasLandingPage) { + } else if (this.fluidbook.landingpage !== undefined && this.fluidbook.landingpage.hasLandingPage) { homeURL = '#/landing'; homeRequireLoader = false; }