From df39b0ab5cf93863973c4b35785d7b839c35754e Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 26 Sep 2017 15:08:29 +0200 Subject: [PATCH] wip #1698 @0.5 --- js/libs/fluidbook/fluidbook.nav.js | 4 ++++ 1 file changed, 4 insertions(+) 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 { -- 2.39.5