aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-08-05 22:20:22 -0700
committerfriendica <info@friendica.com>2014-08-05 22:20:22 -0700
commitb6c4dcb1be0f28042c6b1e1e5a6cc1955ace06a7 (patch)
tree11bb195d207e4d288d14af31e282498f869486a6 /view
parent0b30f08fae43a14f715906f132a26f71986ff437 (diff)
downloadvolse-hubzilla-b6c4dcb1be0f28042c6b1e1e5a6cc1955ace06a7.tar.gz
volse-hubzilla-b6c4dcb1be0f28042c6b1e1e5a6cc1955ace06a7.tar.bz2
volse-hubzilla-b6c4dcb1be0f28042c6b1e1e5a6cc1955ace06a7.zip
try to link this to page down as well
Diffstat (limited to 'view')
-rw-r--r--view/js/main.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/view/js/main.js b/view/js/main.js
index c8da3c4eb..b5b77d473 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -284,7 +284,11 @@
next_page++;
scroll_next = true;
loadingPage = true;
- liveUpdate();
+
+ if($('.directory-end').length == 0)
+ liveUpdate();
+ else
+ pageUpdate();
return true;
}
}