try to link this to page down as well

This commit is contained in:
friendica 2014-08-05 22:20:22 -07:00
parent 0b30f08fae
commit b6c4dcb1be

View File

@ -284,7 +284,11 @@
next_page++;
scroll_next = true;
loadingPage = true;
liveUpdate();
if($('.directory-end').length == 0)
liveUpdate();
else
pageUpdate();
return true;
}
}