Browse Source

don't try to go further back than page 1

Andreas Gal 14 years ago
parent
commit
61ff69625d
  1. 2
      test.html

2
test.html

@ -65,7 +65,7 @@ function nextPage() { @@ -65,7 +65,7 @@ function nextPage() {
}
function prevPage() {
if (pageNum > 0)
if (pageNum > 1)
--pageNum;
displayPage(pageNum);
}

Loading…
Cancel
Save