don't try to go further back than page 1

This commit is contained in:
Andreas Gal 2011-05-11 20:55:50 -07:00
parent d6b969cd62
commit 61ff69625d

View File

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