From: Vincent Vanwaelscappel Date: Tue, 26 Sep 2017 13:20:01 +0000 (+0200) Subject: wip #1698 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=049b4296048cc205e034d6e9b181a824fe6c8ea4;p=fluidbook-html5.git wip #1698 @0.5 --- diff --git a/js/libs/fluidbook/fluidbook.nav.js b/js/libs/fluidbook/fluidbook.nav.js index 51d21aac..d2dbb13f 100644 --- a/js/libs/fluidbook/fluidbook.nav.js +++ b/js/libs/fluidbook/fluidbook.nav.js @@ -102,8 +102,7 @@ FluidbookNav.prototype = { homeURL = decodeURIComponent(window.localStorage.getItem('apphome')); } if ($_GET['home'] != null) { - - if ($_GET['home'].indexOf("%3A") < 5) { + if ($_GET['home'].indexOf("%3A") <= 6) { $_GET['home'] = decodeURIComponent($_GET['home']); } homeURL = $_GET['home'];