var $this = this;
this.overlay.show();
- this.view.css('opacity',0).show();
+ this.view.css('opacity', 0).show();
this.view.find('.interface').show();
$("#help-illustrations").css('opacity', '0');
$this.resize();
$("body,#previous,#next").addClass('help');
this.fluidbook.showAllButtons();
- $this.view.css('opacity',1);
+ $this.view.css('opacity', 1);
}, 50);
setTimeout(function () {
$this.resize();
this.ignoreResize = true;
setTimeout(function () {
$this.ignoreResize = false;
- }, (time+1) * 1000);
+ }, (time + 1) * 1000);
this.show(time);
if (this.fluidbook.pad.enabled) {
this.fluidbook.pad.displayInterface();
}
} else {
+ if (this.fluidbook.datas.landscapeWarning !== '' && (this.fluidbook.support.iOS || this.fluidbook.support.android)) {
+ this.fluidbook.menu.openView('text', this.fluidbook.datas.landscapeWarning, function () {
+
+ });
+ }
this.fluidbook.hideUnnecessaryButtons();
}
}