mirror of
https://github.com/blasten/turn.js.git
synced 2025-06-14 22:29:19 +08:00
Merge dc7be695d0c4898a19ac747c6a227a7a5f9e4bc1 into 8b0e27214708c9ae0b09e858e6996ec8b44737da
This commit is contained in:
commit
516a0e4e84
2
turn.js
2
turn.js
@ -987,7 +987,7 @@ turnMethods = {
|
|||||||
if (data.display=='single') {
|
if (data.display=='single') {
|
||||||
|
|
||||||
var left = corner.charAt(1)=='l';
|
var left = corner.charAt(1)=='l';
|
||||||
if ((opts.page==1 && left) || (opts.page==data.pages && !left))
|
if ((opts.page==1 && left) || (opts.page==data.totalPages && !left))
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
else {
|
else {
|
||||||
if (left) {
|
if (left) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user