From: Vincent Vanwaelscappel Date: Tue, 26 Sep 2017 13:08:29 +0000 (+0200) Subject: wip #1698 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=df39b0ab5cf93863973c4b35785d7b839c35754e;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 d0edb279..51d21aac 100644 --- a/js/libs/fluidbook/fluidbook.nav.js +++ b/js/libs/fluidbook/fluidbook.nav.js @@ -102,6 +102,10 @@ FluidbookNav.prototype = { homeURL = decodeURIComponent(window.localStorage.getItem('apphome')); } if ($_GET['home'] != null) { + + if ($_GET['home'].indexOf("%3A") < 5) { + $_GET['home'] = decodeURIComponent($_GET['home']); + } homeURL = $_GET['home']; } try {