hook photos scroll to page down

This commit is contained in:
friendica 2014-09-06 05:22:30 -07:00
parent 8cbeeb09da
commit b6d1ff3d8f

View File

@ -285,7 +285,7 @@
scroll_next = true;
loadingPage = true;
if($('.directory-end').length == 0)
if(($('.directory-end').length == 0) && ($('.photos-end').length == 0))
liveUpdate();
else
pageUpdate();