Closed GoogleCodeExporter closed 9 years ago
This is indeed a problem. The pager is using the total of albums available
albums instead of the number of shown albums.
Original comment by borkh...@gmail.com
on 23 Oct 2011 at 5:35
Fixed in SVN version 207. In jquery.pwi.js, change line 184:
$na = j.feed.entry.length;
into
$na = j.feed.entry.length;
if ($na > settings.albumMaxResults) {
$na = settings.albumMaxResults;
}
Minified version attached.
Original comment by borkh...@gmail.com
on 4 Nov 2011 at 11:11
Attachments:
Original issue reported on code.google.com by
volka...@gmail.com
on 4 Oct 2011 at 12:16