]> _ Git - fluidbook-html5.git/commitdiff
(no commit message)
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 10 Jul 2013 16:55:52 +0000 (16:55 +0000)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 10 Jul 2013 16:55:52 +0000 (16:55 +0000)
js/libs/fluidbook/fluidbook.nav.js

index 6f7d91646fd795a90b8f79acffe4476be4dd6e63..af5de93c6190c63266aea2d5571a4520e8a6203f 100644 (file)
@@ -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');