});
if (change || this.getNextLockPage() !== this.getMaxPage()) {
- this.setMaxPage(this.getNextLockPage(), false)
+ this.unlockNextPage();
}
},
return this.linksActions[linkId].indexOf(action) >= 0;
},
+
+ unlockNextPage: function () {
+ this.setMaxPage(this.getNextLockPage(), false)
+ }
}
\ No newline at end of file
return this.datas.numerotation[page - 1];
},
virtualToPhysical: function (page) {
- if(page===undefined){
+ if (page === undefined) {
return false;
}
var i = this.datas.numerotation.indexOf(page.toString());
f();
},
+ unlockNextPage: function () {
+ this.contentlock.unlockNextPage();
+ },
+
flushNetworkQueue: function () {
if (this.networkPauseQueue.length === 0 || this.networkPause) {
return;