From 049b4296048cc205e034d6e9b181a824fe6c8ea4 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 26 Sep 2017 15:20:01 +0200 Subject: [PATCH] wip #1698 @0.5 --- js/libs/fluidbook/fluidbook.nav.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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']; -- 2.39.5