From b6d1ff3d8f20b146a86adbee5571ffbfa4ff610e Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 6 Sep 2014 05:22:30 -0700 Subject: hook photos scroll to page down --- view/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/js') diff --git a/view/js/main.js b/view/js/main.js index c31e6231a..8c4fcdc13 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -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(); -- cgit v1.2.3