})
}
- this.allowChangePage(1.5);
+ this.allowChangePage();
$(this).trigger('fluidbook.splash.hide');
},
- allowChangePage: function (timeout) {
+ allowChangePage: function () {
var $this = this;
setTimeout(function () {
- console.log('can change page');
$this.canNavigate = true;
$($this).trigger('fluidbook.navigation.cannavigate');
- }, timeout * 1000);
+ }, 1500);
},
ready: function () {
},
goLastPage: function () {
if (!this.pagetransitions.canChangePage()) {
- console.log('golastpage skip');
return;
}
this.transitionAxis = 'x';