From: Vincent Vanwaelscappel Date: Wed, 10 Jul 2013 16:55:52 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=26af5167b50b5f71969c98b1af760f56e14fd2d8;p=fluidbook-html5.git --- 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');