for (var e in this.fluidbook.datas.navOrder) {
var icon = this.fluidbook.datas.navOrder[e];
if (icon == 'home') {
+ console.log(this.fluidbook.datas.home);
+ if (this.fluidbook.datas.home == '%apphome%') {
+ this.fluidbook.datas.home = window.localStorage.getItem('apphome');
+ }
if (this.fluidbook.datas.home != '') {
this.addLink('nav-home', this.fluidbook.datas.home, 'home', 'home');
}
});
$(document).on('click', 'a', function() {
- if ($(this).attr('href') == '%apphome%') {
- $(this).attr('href', window.localStorage.getItem('apphome'));
- }
if (!DATAS.phonegap) {
return true;
}