From 26af5167b50b5f71969c98b1af760f56e14fd2d8 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 10 Jul 2013 16:55:52 +0000 Subject: [PATCH] --- js/libs/fluidbook/fluidbook.nav.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/libs/fluidbook/fluidbook.nav.js b/js/libs/fluidbook/fluidbook.nav.js index 6f7d9164..af5de93c 100644 --- a/js/libs/fluidbook/fluidbook.nav.js +++ b/js/libs/fluidbook/fluidbook.nav.js @@ -60,7 +60,7 @@ FluidbookNav.prototype = { if (icon == 'home') { console.log(this.fluidbook.datas.home); if (this.fluidbook.datas.home == '%apphome%') { - this.fluidbook.datas.home = window.localStorage.getItem('apphome'); + this.fluidbook.datas.home = decodeURIComponent($_GET.home); } if (this.fluidbook.datas.home != '') { this.addLink('nav-home', this.fluidbook.datas.home, 'home', 'home'); -- 2.39.5