diff options
author | friendica <info@friendica.com> | 2014-09-06 05:22:30 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-09-06 05:22:30 -0700 |
commit | b6d1ff3d8f20b146a86adbee5571ffbfa4ff610e (patch) | |
tree | 19092005c515d1565e2c335e6ca029bae1627d44 /view/js/main.js | |
parent | 8cbeeb09da93c3e6515f532c4e42ca558538ef5d (diff) | |
download | volse-hubzilla-b6d1ff3d8f20b146a86adbee5571ffbfa4ff610e.tar.gz volse-hubzilla-b6d1ff3d8f20b146a86adbee5571ffbfa4ff610e.tar.bz2 volse-hubzilla-b6d1ff3d8f20b146a86adbee5571ffbfa4ff610e.zip |
hook photos scroll to page down
Diffstat (limited to 'view/js/main.js')
-rw-r--r-- | view/js/main.js | 2 |
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(); |