aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-09-06 05:22:30 -0700
committerfriendica <info@friendica.com>2014-09-06 05:22:30 -0700
commitb6d1ff3d8f20b146a86adbee5571ffbfa4ff610e (patch)
tree19092005c515d1565e2c335e6ca029bae1627d44 /view
parent8cbeeb09da93c3e6515f532c4e42ca558538ef5d (diff)
downloadvolse-hubzilla-b6d1ff3d8f20b146a86adbee5571ffbfa4ff610e.tar.gz
volse-hubzilla-b6d1ff3d8f20b146a86adbee5571ffbfa4ff610e.tar.bz2
volse-hubzilla-b6d1ff3d8f20b146a86adbee5571ffbfa4ff610e.zip
hook photos scroll to page down
Diffstat (limited to 'view')
-rw-r--r--view/js/main.js2
1 files changed, 1 insertions, 1 deletions
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();