fix infinitscroll when there is no pager

pull/1/merge
Thibault Duplessis 2012-06-08 10:26:21 +02:00
parent 97699a81a5
commit fa188d9335
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ $(function() {
});
}
$('.infinitescroll').each(function() {
$('.infinitescroll:has(.pager a)').each(function() {
$(this).infinitescroll({
navSelector: ".pager",
nextSelector: ".pager a:last",